Skip to content

Commit a8f5202

Browse files
Update dependency numpy to v2.4.2
1 parent c7c3f32 commit a8f5202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"matplotlib<=3.9.2",
3636
"xlrd>=1.2.0,<=2.0.2",
3737
"pyomo>=6.8,<=6.9.4",
38-
"numpy>=1.22,<=2.3.3",
38+
"numpy>=1.22,<=2.4.2",
3939
"pandas>=1.4,<=2.2.3",
4040
"scipy>=1.7.2,<=1.16.2",
4141
"scikit-learn>=1.2,<=1.7.2",

requirements_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- matplotlib <=3.9.2
1414
- xlrd >=1.2.0,<=2.0.2
1515
- pyomo >=6.8,<=6.9.4
16-
- numpy >=1.22,<=2.3.3
16+
- numpy >=2.4,<=2.4.2
1717
- pandas >=1.4,<=2.2.3
1818
- scipy >=1.7.2,<=1.16.2
1919
- scikit-learn >=1.2,<=1.7.2

0 commit comments

Comments
 (0)