We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06ab95 commit 63f810dCopy full SHA for 63f810d
requirements.txt
@@ -9,7 +9,7 @@ matplotlib>=3.9.1
9
mypy>=0.982
10
nbsphinx>=0.8.11
11
numba>=0.60.0
12
-numpy>=1.26.4,<2
+numpy>=2.0.2
13
pandas>=2.2.0
14
progressbar2>=4.1.1
15
pytest>=7.2.0
setup.cfg
@@ -22,7 +22,7 @@ install_requires =
22
diskcache>=5.4.0,<6
23
joblib>=1.2.0,<2
24
numba>=0.60.0,<1
25
- numpy>=1.26.4,<2
+ numpy>=2.0.2,<3
26
pandas>=2.2.0,<3
27
progressbar2>=4.1.1,<5
28
yahooquery>=2.3.7,<3
0 commit comments