Skip to content

Commit 24ee627

Browse files
committed
Revert to Numpy 1.0 for better compatibility
Reverts to Numpy 1.0 for compatibility with TA-Lib, Riskfolio-Lib. Change back to v1.1 versioning.
1 parent 9fb72df commit 24ee627

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ flake8>=5.0.4
55
flake8-bugbear>=22.10.25
66
joblib>=1.2.0
77
jupyter>=1.0.0
8-
matplotlib>=3.6.3
8+
matplotlib>=3.9.1
99
mypy>=0.982
1010
nbsphinx>=0.8.11
1111
numba>=0.60.0
12-
numpy>=2.0.0
12+
numpy>=1.26.4,<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>=2.0.0,<3
25+
numpy>=1.26.4,<2
2626
pandas>=2.2.0,<3
2727
progressbar2>=4.1.1,<5
2828
yahooquery>=2.3.7,<3

src/pybroker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
# https://github.com/numba/numba/issues/8940
5353
from numba.np.unsafe import ndarray
5454

55-
__version__ = "1.2.1"
55+
__version__ = "1.1.39"

0 commit comments

Comments
 (0)