Skip to content

Commit

Permalink
Merge pull request #153 from jorenham/numpy-ge-1.23
Browse files Browse the repository at this point in the history
Require `numpy>1.23`, folllowing NEP 29
  • Loading branch information
jorenham authored Jan 23, 2024
2 parents f4d1271 + 37975f2 commit 60da8bc
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 54 deletions.
100 changes: 48 additions & 52 deletions poetry.lock

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

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ Documentation = "https://jorenham.github.io/Lmo/"
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
typing_extensions = { version = "^4.1", python = "<3.11"}
numpy = "^1.22.4"

# https://numpy.org/neps/nep-0029-deprecation_policy.html
numpy = "^1.23.4"
scipy = "^1.9.3"
pandas = { version = ">=1.4", optional = true }
pandas = { version = ">=1.4,<2.2", optional = true }

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

0 comments on commit 60da8bc

Please sign in to comment.