Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# --------- pytorch --------- #
|
2 |
torch>=2.0.0
|
3 |
torchvision>=0.15.0
|
|
|
1 |
+
pip>=23.3
|
2 |
+
setuptools>=68
|
3 |
+
wheel
|
4 |
+
|
5 |
+
|
6 |
# --------- pytorch --------- #
|
7 |
torch>=2.0.0
|
8 |
torchvision>=0.15.0
|