Sontranwakumo commited on
Commit
f0d5fb8
·
1 Parent(s): 86f569d

fix: requirement.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -15
requirements.txt CHANGED
@@ -1,15 +1,15 @@
1
- fastapi
2
- pydantic
3
- pydantic-settings
4
- python-dotenv
5
- torch
6
- torchvision
7
- Pillow
8
- clip-by-openai
9
- sentence-transformers
10
- faiss-cpu
11
- pyvi
12
- neo4j
13
- langchain-google-genai
14
- numpy
15
- uvicorn
 
1
+ fastapi==0.115.9
2
+ pydantic==2.11.4
3
+ pydantic-settings==2.9.1
4
+ python-dotenv==1.1.0
5
+ torch==2.2.2
6
+ torchvision==0.17.2
7
+ Pillow==11.2.1
8
+ clip-by-openai==1.0
9
+ sentence-transformers==4.1.0
10
+ faiss-cpu==1.8.0
11
+ pyvi==0.1.1
12
+ neo4j==5.28.1
13
+ langchain-google-genai==2.1.4
14
+ numpy==1.26.4
15
+ uvicorn==0.34.2