Spaces:
Runtime error
Runtime error
Commit
·
9595675
1
Parent(s):
3bd446c
update: dependencies
Browse files- pyproject.toml +2 -0
pyproject.toml
CHANGED
|
@@ -19,6 +19,7 @@ dependencies = [
|
|
| 19 |
"pytest>=8.3.3",
|
| 20 |
"PyPDF2>=3.0.1",
|
| 21 |
"PyStemmer>=2.2.0.3",
|
|
|
|
| 22 |
"isort>=5.13.2",
|
| 23 |
"black>=24.10.0",
|
| 24 |
"ruff>=0.6.9",
|
|
@@ -49,6 +50,7 @@ core = [
|
|
| 49 |
"PyStemmer>=2.2.0.3",
|
| 50 |
"python-dotenv>=1.0.1",
|
| 51 |
"pymupdf4llm>=0.0.17",
|
|
|
|
| 52 |
"semchunk>=2.2.0",
|
| 53 |
"tiktoken>=0.8.0",
|
| 54 |
"torch>=2.4.1",
|
|
|
|
| 19 |
"pytest>=8.3.3",
|
| 20 |
"PyPDF2>=3.0.1",
|
| 21 |
"PyStemmer>=2.2.0.3",
|
| 22 |
+
"safetensors>=0.4.5",
|
| 23 |
"isort>=5.13.2",
|
| 24 |
"black>=24.10.0",
|
| 25 |
"ruff>=0.6.9",
|
|
|
|
| 50 |
"PyStemmer>=2.2.0.3",
|
| 51 |
"python-dotenv>=1.0.1",
|
| 52 |
"pymupdf4llm>=0.0.17",
|
| 53 |
+
"safetensors>=0.4.5",
|
| 54 |
"semchunk>=2.2.0",
|
| 55 |
"tiktoken>=0.8.0",
|
| 56 |
"torch>=2.4.1",
|