Skip to content

Commit 652f194

Browse files
authored
Merge pull request #733 from RasmusOrsoe/fix_tests
Fix unit tests
2 parents 72c38d5 + b0d24b8 commit 652f194

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
pip show torch-cluster
110110
pip show torch-sparse
111111
pip show torch-scatter
112+
pip show numpy
112113
- name: Run unit tests and generate coverage report
113114
run: |
114115
set -o pipefail # To propagate exit code from pytest

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"configupdater",
1616
"dill>=0.3",
1717
"matplotlib>=3.5",
18-
"numpy>=1.21",
18+
"numpy>=1.22,<2.0",
1919
"pandas>=1.3",
2020
"pyarrow",
2121
"pydantic",

0 commit comments

Comments
 (0)