File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ flake8>=5.0.4
5
5
flake8-bugbear >= 22.10.25
6
6
joblib >= 1.2.0
7
7
jupyter >= 1.0.0
8
- matplotlib >= 3.6.3
8
+ matplotlib >= 3.9.1
9
9
mypy >= 0.982
10
10
nbsphinx >= 0.8.11
11
11
numba >= 0.60.0
12
- numpy >= 2.0.0
12
+ numpy >= 1.26.4 , < 2
13
13
pandas >= 2.2.0
14
14
progressbar2 >= 4.1.1
15
15
pytest >= 7.2.0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install_requires =
22
22
diskcache>=5.4.0,<6
23
23
joblib>=1.2.0,<2
24
24
numba>=0.60.0,<1
25
- numpy>=2.0.0,<3
25
+ numpy>=1.26.4,<2
26
26
pandas>=2.2.0,<3
27
27
progressbar2>=4.1.1,<5
28
28
yahooquery>=2.3.7,<3
Original file line number Diff line number Diff line change 52
52
# https://github.com/numba/numba/issues/8940
53
53
from numba .np .unsafe import ndarray
54
54
55
- __version__ = "1.2.1 "
55
+ __version__ = "1.1.39 "
You can’t perform that action at this time.
0 commit comments