Skip to content

Commit

Permalink
Roll back pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuckley committed Jul 23, 2024
1 parent f3593af commit 4cb85c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
cache: 'pip'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip<24.1
pip install --upgrade setuptools wheel
pip install --editable ".[tests]"
- name: Check Formatting and Lint
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install_requires =
torchvision>=0.8.1
torch>=1.8
runstats>=1.8
pytorch-lightning
pytorch-lightning>=1.4
h5py>=2.10
PyYAML>=5.3.1
torchmetrics>=0.5.1
Expand Down

0 comments on commit 4cb85c1

Please sign in to comment.