Hack90 commited on
Commit
cc222cf
·
verified ·
1 Parent(s): aee08b4

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +9 -2
pyproject.toml CHANGED
@@ -4,6 +4,13 @@ version = "0.1.0"
4
  description = "Add your description here"
5
  readme = "README.md"
6
  requires-python = ">=3.12"
7
- dependencies = [
8
- c
 
 
 
 
 
 
 
9
  ]
 
4
  description = "Add your description here"
5
  readme = "README.md"
6
  requires-python = ">=3.12"
7
+ dependencies = [ "faiss-cpu>=1.13.2",
8
+ "fastapi>=0.128.0",
9
+ "numpy>=2.3.4",
10
+ "pandas>=3.0.0",
11
+ "python-multipart>=0.0.22",
12
+ "sentence-transformers>=5.2.2",
13
+ "tiktoken>=0.12.0",
14
+ "uvicorn>=0.40.0",
15
+ "x-transformers>=2.9.2",
16
  ]