Skip to content

Commit 525d574

Browse files
authored
Merge pull request #60 from hftsoi/dependabot/pip/numpy-gte-2.0.0-and-lt-2.6.0
Update numpy requirement from <2.5.0,>=2.0.0 to >=2.0.0,<2.6.0
2 parents 74c4939 + 69311f7 commit 525d574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install_requires =
2121
lmfit>=1.3.0,<1.4.0
2222
matplotlib>=3.10.0,<4.0.0
2323
seaborn>=0.13.0,<0.14.0
24-
numpy>=2.0.0,<2.5.0
24+
numpy>=2.0.0,<2.6.0
2525
include_package_data = True
2626

2727
[options.package_data]

0 commit comments

Comments
 (0)