Commit
·
9e50096
1
Parent(s):
7446b5a
Create requirements.txt (#3)
Browse files- Create requirements.txt (cecac10719aa7d1b464307c55f2540d03b8fa233)
Co-authored-by: Saptarshi Mukherjee <zombie-596@users.noreply.huggingface.co>
- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tensorflow
|
| 2 |
+
torch
|
| 3 |
+
matplotlib
|
| 4 |
+
numpy
|
| 5 |
+
math
|