Update requirements for Python 3.10 compatibility
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
matplotlib>=3.3.0
|
4 |
tqdm>=4.50.0
|
5 |
numpy>=1.19.0
|
6 |
-
pytorch-lightning>=
|
7 |
resemblyzer>=0.1.1
|
8 |
tensorboard>=2.4.0
|
9 |
dlib>=19.22.0
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch>=2.0.0
|
3 |
+
torchvision>=0.15.0
|
4 |
matplotlib>=3.3.0
|
5 |
tqdm>=4.50.0
|
6 |
numpy>=1.19.0
|
7 |
+
pytorch-lightning>=2.0.0
|
8 |
resemblyzer>=0.1.1
|
9 |
tensorboard>=2.4.0
|
10 |
dlib>=19.22.0
|