Rafs-an09002 commited on
Commit
1acc876
·
verified ·
1 Parent(s): 34aeebd

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Nexus-Core Dependencies (Lightweight)
2
+
3
+ fastapi==0.109.0
4
+ uvicorn[standard]==0.27.0
5
+ onnxruntime==1.17.0
6
+ python-chess==1.999
7
+ numpy==1.24.3
8
+ huggingface-hub==0.20.3
9
+ python-multipart==0.0.6
10
+ pydantic==2.5.3