Skip to content

Commit

Permalink
Require scipy ^1.7 (fix #156)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderfelipe committed Jan 21, 2022
1 parent 5d48c98 commit f47206b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 26 deletions.
58 changes: 34 additions & 24 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ classifiers = [
overreact = 'overreact._cli:main'

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8,<3.11"

cclib = "^1"
scipy = "^1"
scipy = "^1.7"

jax = {version = "^0.2", optional = true}
jaxlib = {version = "^0.1", optional = true}
Expand Down

0 comments on commit f47206b

Please sign in to comment.