Skip to content

Commit 63f810d

Browse files
committed
Upgrade to Numpy 2
1 parent a06ab95 commit 63f810d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matplotlib>=3.9.1
99
mypy>=0.982
1010
nbsphinx>=0.8.11
1111
numba>=0.60.0
12-
numpy>=1.26.4,<2
12+
numpy>=2.0.2
1313
pandas>=2.2.0
1414
progressbar2>=4.1.1
1515
pytest>=7.2.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install_requires =
2222
diskcache>=5.4.0,<6
2323
joblib>=1.2.0,<2
2424
numba>=0.60.0,<1
25-
numpy>=1.26.4,<2
25+
numpy>=2.0.2,<3
2626
pandas>=2.2.0,<3
2727
progressbar2>=4.1.1,<5
2828
yahooquery>=2.3.7,<3

0 commit comments

Comments
 (0)