Skip to content

Commit 2fd7b93

Browse files
Rm numpy dependency
1 parent 545af35 commit 2fd7b93

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
scipy
2-
numpy < 2.0.0
2+
numpy
33
pandas>=1.1
44
llnl-hatchet
5-
extrap
65
matplotlib
76
seaborn
87
beautifulsoup4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def readme():
4343
include_package_data=True,
4444
install_requires=[
4545
"scipy",
46-
"numpy < 2.0.0",
46+
"numpy",
4747
"pandas >= 1.1",
4848
"llnl-hatchet",
4949
"tqdm",

0 commit comments

Comments
 (0)