Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #816 from engnadeau/build/numpy-req
Browse files Browse the repository at this point in the history
  • Loading branch information
engnadeau authored Aug 22, 2022
2 parents 17986a6 + c6554e3 commit a4acc22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
attrs = ">=19.0"
numpy = ">=1.9"
scipy = ">=1.0"
numpy = "^1.20"
scipy = "^1"

[tool.poetry.dev-dependencies]
black = ">=22.1"
Expand Down

0 comments on commit a4acc22

Please sign in to comment.