Skip to content

Commit e961cb7

Browse files
author
Jaime Céspedes Sisniega
authored
Merge pull request #278 from IFCA-Advanced-Computing/dependabot/pip/numpy-gte-1.24.0-and-lt-1.27
Update numpy requirement from <1.26,>=1.24.0 to >=1.24.0,<1.27
2 parents 20d8da5 + 417b0eb commit e961cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
requires-python = ">=3.8,<3.12"
3838
dependencies = [
3939
"matplotlib>=3.6.0,<3.9",
40-
"numpy>=1.24.0,<1.26",
40+
"numpy>=1.24.0,<1.27",
4141
"requests>=2.31.0,<2.32",
4242
"scipy>=1.10.0,<1.11",
4343
"tqdm>=4.65,<5",

0 commit comments

Comments
 (0)