Skip to content

Commit 981c0b5

Browse files
committed
update
1 parent c2af9da commit 981c0b5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.lightning/workflows/fabric.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

.lightning/workflows/pytorch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)