Skip to content

Commit

Permalink
+ add typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Nov 16, 2023
1 parent 96653f5 commit c314a8e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
13 changes: 12 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.11"
numpy = "^1.26.2"
typing-extensions = "^4.8.0"


[tool.poetry.group.dev.dependencies]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
numpy==1.26.2
typing_extensions==4.8.0

0 comments on commit c314a8e

Please sign in to comment.