test
commited on
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python==3.11.8
|
2 |
+
tensorflow==2.15.1
|
3 |
+
keras==2.15.0
|
4 |
+
numpy==1.23.5"
|
5 |
+
pandas==2.2.2"
|
6 |
+
matplotlib==3.9.2
|
7 |
+
jupyter==1.0.0
|
8 |
+
scipy==1.14.1
|
9 |
+
pytest==8.3.2
|
10 |
+
ipython==8.26.0
|
11 |
+
autopep8==2.3.1"
|