Hemang1915 commited on
Commit
038276d
·
1 Parent(s): 50109cc

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.115.0
2
+ uvicorn==0.31.0
3
+ tensorflow==2.15.0
4
+ numpy==1.26.4
5
+ scikit-learn==1.5.2
6
+ pydantic==2.9.2
7
+ stable-baselines3==2.3.2
8
+ gym==0.26.2
9
+ shimmy>=2.0