Skip to content

Commit

Permalink
fix failing paper reproduction ci (#178)
Browse files Browse the repository at this point in the history
Paper was run pre-numpy 2 - need to keep that restriction here
  • Loading branch information
JacksonBurns authored Sep 25, 2024
2 parents ce50dce + d16ee22 commit e886ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reproduce_paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
python -m pip install -e .[molecules]
python -m pip install scikit-learn==1.2.2
python -m pip install notebook
python -m pip install "numpy<2"
- name: Backup Reference Splits
run: |
cd examples/reproduce_paper_splits
Expand Down

0 comments on commit e886ece

Please sign in to comment.