Skip to content

Commit

Permalink
Merge pull request #51 from Stoops-ML/v0.3.7
Browse files Browse the repository at this point in the history
Specify numpy>=1.0.0,<3.0.0
  • Loading branch information
Stoops-ML authored Nov 18, 2024
2 parents 4e2874b + 6686a77 commit 85a93ce
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
@@ -1,6 +1,6 @@

[build-system]
requires = ["setuptools", "setuptools-scm", "numpy", "wheel", "build"]
requires = ["setuptools", "setuptools-scm", "numpy>=1.0.0,<3.0.0", "wheel", "build"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -28,7 +28,7 @@ classifiers = [
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Physics",
]
dependencies = ["numpy"]
dependencies = ["numpy>=1.0.0,<3.0.0"]
dynamic = ["version"]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/transforms84/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.6"
__version__ = "0.3.7"

0 comments on commit 85a93ce

Please sign in to comment.