Skip to content

Commit 611cc2b

Browse files
Merge pull request #342 from IFCA-Advanced-Computing/dependabot/pip/numpy-gte-1.26.3-and-lt-2.2
Update numpy requirement from <2.1,>=1.26.3 to >=1.26.3,<2.2
2 parents 8f6aeff + 25bffe7 commit 611cc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
requires-python = ">=3.9,<3.13"
3838
dependencies = [
3939
"matplotlib>=3.8.2,<3.10",
40-
"numpy>=1.26.3,<2.1",
40+
"numpy>=1.26.3,<2.2",
4141
"requests>=2.31.0,<2.33",
4242
"scipy>=1.12.0,<1.15",
4343
"tqdm>=4.66.1,<5.0",

0 commit comments

Comments
 (0)