File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,8 @@ run: |
123123 extra=$(python -c "print({'lightning': 'fabric-'}.get('${PACKAGE_NAME}', ''))")
124124 uv pip install ".[${extra}dev]" --upgrade
125125
126+ uv pip install "setuptools<80.10.3" # ensure pkg_resources is available for older Python versions
127+
126128 python requirements/collect_env_details.py
127129 python -c "import torch ; mgpu = torch.cuda.device_count() ; assert mgpu >= 2, f'GPU: {mgpu}'"
128130 python -c "import bitsandbytes"
Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ run: |
137137 uv pip uninstall pytorch-lightning
138138 fi
139139
140+ uv pip install "setuptools<80.10.3" # ensure pkg_resources is available for older Python versions
141+
140142 python requirements/collect_env_details.py
141143 python -c "import torch ; mgpu = torch.cuda.device_count() ; assert mgpu >= 2, f'GPU: {mgpu}'"
142144 python requirements/pytorch/check-avail-extras.py
You can’t perform that action at this time.
0 commit comments