Skip to content

Commit

Permalink
allowing python <3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ShantanuKodgirwar committed Oct 23, 2024
1 parent 275c695 commit f46cd0e
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 119 deletions.
62 changes: 57 additions & 5 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9, <3.12"
python = ">=3.9, <3.13"
numpy = ">=1.22, <2.0.0"
matplotlib = "^3.7.2"
h5py = "^3.9.0"
Expand Down
Loading

0 comments on commit f46cd0e

Please sign in to comment.