Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
torch==2.
|
2 |
-
torchvision
|
3 |
fastapi==0.115.6
|
4 |
lang-sam @ git+https://github.com/luca-medeiros/lang-segment-anything.git@04eaddf568c6ce810a45dd3335ebd5411fe5df09
|
5 |
uvicorn==0.34.0
|
6 |
fastapi==0.115.6
|
7 |
-
python-multipart==0.0.20
|
|
|
1 |
+
torch==2.4.1
|
2 |
+
torchvision
|
3 |
fastapi==0.115.6
|
4 |
lang-sam @ git+https://github.com/luca-medeiros/lang-segment-anything.git@04eaddf568c6ce810a45dd3335ebd5411fe5df09
|
5 |
uvicorn==0.34.0
|
6 |
fastapi==0.115.6
|
7 |
+
python-multipart==0.0.20
|