Skip to content

Commit

Permalink
update pinned package versions in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gschnabel committed Jul 2, 2024
1 parent 9a936f9 commit c2b87a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9, <3.11"
numpy = ">=1.23.3"
python = "^3.9"
numpy = "^1.23.3"
pandas = "~1.4.0"
# pinned scipy version because
# setdiag method seems to have issues
# in 1.13.0 and later
scipy = "1.12.0"
fortranformat = "^1.2.2"
scikit-sparse = "^0.4.6"
statsmodels = "^0.13.5"
statsmodels = "^0.14.0"
tensorflow-probability = "0.24.0"
tensorflow = "2.16.1"
tf-keras = "2.16.0"
dill = "^0.3.7"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit c2b87a5

Please sign in to comment.