Skip to content

Commit

Permalink
deps(numpy): try using older numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
engeir committed Nov 10, 2023
1 parent 0b6eec3 commit 86c1f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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,9 +9,9 @@ readme = 'README.md'

[tool.poetry.dependencies]
python = ">=3.8,<3.13"
numpy = ">=1.15.0"
matplotlib = ">=3.3.2"
importlib-metadata = "^6.6.0"
numpy = ">=1.24"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
Expand Down

0 comments on commit 86c1f41

Please sign in to comment.