Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
|
@@ -1 +1,8 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
transformers
|
| 3 |
+
pillow
|
| 4 |
+
openai
|
| 5 |
+
python-dotenv
|
| 6 |
+
scipy
|
| 7 |
+
matplotlib
|
| 8 |
+
git+https://github.com/facebookresearch/sam2.git
|