Revert "[dev] limit numpy < 2.0.0 for compatibility" (#7496)

This commit is contained in:
Rhett Ying
2024-07-01 11:33:51 +08:00
committed by GitHub
parent f9a34b6439
commit dfdfad2cdb
2 changed files with 2 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ if include_libs:
# Configure dependencies.
install_requires = [
"numpy>=1.14.0,<2.0.0",
"numpy>=1.14.0",
"scipy>=1.1.0",
"networkx>=2.1",
"requests>=2.19.0",

View File

@@ -14,7 +14,7 @@ dependencies:
- networkx
- nltk
- nose
- numpy<2.0.0
- numpy
- ogb
- pandas
- psutil