-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (39 loc) · 965 Bytes
/
Copy pathpyproject.toml
File metadata and controls
41 lines (39 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[project]
name = "uv-py310"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10, <3.11"
dependencies = [
"anthropic>=0.86.0",
"beautifulsoup4>=4.14.3",
"fastapi[standard]>=0.135.2",
"filelock>=3.25.2",
"grpcio>=1.78.1",
"langchain>=1.2.13",
"langchain-community>=0.4.1",
"langchain-core>=1.2.22",
"langchain-openai>=1.1.12",
"loguru>=0.7.3",
"openai>=2.29.0",
"openpyxl>=3.1.5",
"paddleocr==2.8.0",
"paddlepaddle==2.6.2",
"paddlex==3.1.3",
"pandas>=2.3.3",
"psutil>=7.2.2",
"python-dotenv>=1.2.2",
"transformers>=5.3.0",
"unidiff>=0.7.5",
"wget>=3.2",
"zai-sdk>=0.2.2",
]
[tool.uv]
environments = ["sys_platform == 'win32'"]
index-strategy = "unsafe-best-match"
system-certs = true
cache-dir = "D:/.uv_cache"
concurrent-downloads = 4
[[tool.uv.index]]
url = "https://mirrors.tools.huawei.com/pypi/simple"
default = true