Skip to content

Commit

Permalink
Add back in torch
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Mar 7, 2024
1 parent 9e549a4 commit f79700c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
# No PyTorch or TensorFlow for Python 3.12 yet
python -m pip install --upgrade ".[jax,minuit,xmlio,contrib,shellcomplete,test]"
# No TensorFlow for Python 3.12 yet
python -m pip install --upgrade ".[jax,torch,minuit,xmlio,contrib,shellcomplete,test]"
- name: List installed Python packages
run: python -m pip list
Expand Down

0 comments on commit f79700c

Please sign in to comment.