Skip to content

Commit

Permalink
remove upper bound for numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-mue committed Mar 11, 2023
1 parent 194ea73 commit 5335dc1
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 360 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ verify_ssl = true
name = "pypi"

[packages]
numpy = ">=1.22,<1.25"
numpy = ">=1.22"

[dev-packages]
twine = "==4.0.2"
pytest = "==7.2.1"
codecov = "==2.1.12"
sphinx = "==5.3.0"
sphinx-rtd-theme = "==1.1.1"
pre-commit = "==2.21.0"
sphinx-rtd-theme = "==1.2.0"
pre-commit = "==3.1.1"
pytest-cov = "==4.0.0"
typing-extensions = "==4.4.0"
typing-extensions = "==4.5.0"
Loading

0 comments on commit 5335dc1

Please sign in to comment.