Skip to content

Commit

Permalink
Merge pull request #30 from 0Hughman0/0.2.x
Browse files Browse the repository at this point in the history
added typing_extensions dependency for 3.10 compatibility
  • Loading branch information
0Hughman0 committed Aug 9, 2023
2 parents 5989766 + 9634e58 commit e03d932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cassini"
version = "0.2.0-alpha2"
version = "0.2.0a3"
description = "A tool to structure experimental work, data and analysis using Jupyter Lab."
authors = ["0Hughman0 <rammers2@hotmail.co.uk>"]
license = "GPL-3.0-only"
Expand All @@ -11,6 +11,7 @@ python = "^3.8.1"
pandas = "^1.0"
ipywidgets = "^7.5"
jupyterlab = "^4.0.0"
typing-extensions = "^4.7.1"

[tool.poetry.group.dev.dependencies]
pytest = "^5.4"
Expand Down

0 comments on commit e03d932

Please sign in to comment.