Spaces:
Runtime error
Runtime error
Diego Fernandez
commited on
Commit
·
470401e
1
Parent(s):
fca2efd
chore: add requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
numpy
|
4 |
+
pandas
|
5 |
+
rich
|
6 |
+
opencv-python
|
7 |
+
git+https://github.com/tryolabs/norfair.git@master
|