Skip to content

Commit e886ece

Browse files
authored
fix failing paper reproduction ci (#178)
Paper was run pre-numpy 2 - need to keep that restriction here
2 parents ce50dce + d16ee22 commit e886ece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reproduce_paper.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
python -m pip install -e .[molecules]
3737
python -m pip install scikit-learn==1.2.2
3838
python -m pip install notebook
39+
python -m pip install "numpy<2"
3940
- name: Backup Reference Splits
4041
run: |
4142
cd examples/reproduce_paper_splits

0 commit comments

Comments
 (0)