Skip to content

Commit

Permalink
Revert "Fix PyTorch + setuptools bug (#357)" (#473)
Browse files Browse the repository at this point in the history
This reverts commit ff28a3b.
  • Loading branch information
adamjstewart authored Mar 20, 2022
1 parent 2cba0fe commit d51fdfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ jobs:
if: ${{ runner.os == 'Windows' }}
- name: Install conda dependencies (Windows)
run: |
# PyTorch isn't compatible with setuptools 59.6+, pin for now until new PyTorch release
# https://github.com/pytorch/pytorch/pull/69904
conda install 'fiona>=1.5' h5py 'rasterio>=1.0.16' 'setuptools<59.6'
conda install 'fiona>=1.5' h5py 'rasterio>=1.0.16'
conda list
conda info
if: ${{ runner.os == 'Windows' }}
Expand Down

0 comments on commit d51fdfd

Please sign in to comment.