We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72c38d5 + b0d24b8 commit 652f194Copy full SHA for 652f194
.github/workflows/build.yml
@@ -109,6 +109,7 @@ jobs:
109
pip show torch-cluster
110
pip show torch-sparse
111
pip show torch-scatter
112
+ pip show numpy
113
- name: Run unit tests and generate coverage report
114
run: |
115
set -o pipefail # To propagate exit code from pytest
setup.py
@@ -15,7 +15,7 @@
15
"configupdater",
16
"dill>=0.3",
17
"matplotlib>=3.5",
18
- "numpy>=1.21",
+ "numpy>=1.22,<2.0",
19
"pandas>=1.3",
20
"pyarrow",
21
"pydantic",
0 commit comments