Skip to content

Commit

Permalink
Merge pull request #27 from matchms/numpy_1_and_2
Browse files Browse the repository at this point in the history
align dependencies with matchms
  • Loading branch information
florian-huber authored Nov 11, 2024
2 parents 81ccd75 + 3d49003 commit a849b66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.10,<3.13"
numba = "^0.60.0"
numpy = "^2.0.0"
numpy = ">1.24"
scipy = "^1.14.1"

[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sparsestack/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'

0 comments on commit a849b66

Please sign in to comment.