We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e28f9 commit 91f6b36Copy full SHA for 91f6b36
.github/workflows/gpu.yml
@@ -34,6 +34,7 @@ jobs:
34
35
- name: Install package and test dependencies
36
run: |
37
+ python -m pip install --upgrade "pip<24.0"
38
pip install -r requirements.txt
39
pip install pytest pytest-cov
40
python setup.py develop
.github/workflows/main.yml
@@ -50,6 +50,7 @@ jobs:
50
51
52
53
54
55
56
requirements.txt
@@ -16,3 +16,4 @@ vidio
16
pytorch_lightning==1.6.5
17
ruff>=0.1.0
18
pre-commit>=2.20.0,<3.0.0
19
+setuptools<68.0.0
0 commit comments