mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-04 19:44:23 +08:00
Revert "[dev] limit numpy < 2.0.0 for compatibility" (#7496)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -14,7 +14,7 @@ dependencies:
|
||||
- networkx
|
||||
- nltk
|
||||
- nose
|
||||
- numpy<2.0.0
|
||||
- numpy
|
||||
- ogb
|
||||
- pandas
|
||||
- psutil
|
||||
|
||||
Reference in New Issue
Block a user