We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545af35 commit 2fd7b93Copy full SHA for 2fd7b93
requirements.txt
@@ -1,8 +1,7 @@
1
scipy
2
-numpy < 2.0.0
+numpy
3
pandas>=1.1
4
llnl-hatchet
5
-extrap
6
matplotlib
7
seaborn
8
beautifulsoup4
setup.py
@@ -43,7 +43,7 @@ def readme():
43
include_package_data=True,
44
install_requires=[
45
"scipy",
46
- "numpy < 2.0.0",
+ "numpy",
47
"pandas >= 1.1",
48
"llnl-hatchet",
49
"tqdm",
0 commit comments