Skip to content

Commit

Permalink
Bump numpy from 1.26.4 to >=1.26,<2.1.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent ba00348 commit aa9f952
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build-system]
requires = ["setuptools", "numpy==1.26.4", "matplotlib"]
requires = ["setuptools", "numpy >=1.26.0, <2.1.0", "matplotlib"]

build-backend = "setuptools.build_meta:__legacy__"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy==1.26.4
numpy >=1.26.0,<2.1.0
matplotlib
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def load_metadata():
long_description=readme,
long_description_content_type="text/markdown",
python_requires=">=3.9",
install_requires=["numpy==1.26.4", "matplotlib", "setuptools"],
install_requires=["numpy >=1.26.0, <2.1.0", "matplotlib", "setuptools"],
include_package_data=True,
classifiers=["License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit aa9f952

Please sign in to comment.