Skip to content

Commit

Permalink
#506 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KaoruNishikawa committed Mar 28, 2022
1 parent 410d556 commit 0c60993
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ neclib = ">=0.3.1, <1.0"
numpy = ">=1.19, <2.0"
pandas = ">=0.25, <2.0"
scipy = ">=1.5, <2.0"
typing-extensions = { version = ">=3.10, <4.0", markers="python_version < '3.8'" }
typing-extensions = { version = ">=3.10.0.1, <4.0", markers="python_version < '3.8'" } # https://github.com/python/typing/pull/808

[dev-packages]
pytest = ">=5.2, <6.0"
Expand Down
6 changes: 3 additions & 3 deletions Pipfile.lock

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

0 comments on commit 0c60993

Please sign in to comment.