-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
49 lines (46 loc) · 1.07 KB
/
pyproject.toml
File metadata and controls
49 lines (46 loc) · 1.07 KB
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
42
43
44
45
46
47
48
49
[project]
name = "dspy-query-wizard"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets>=4.4.1",
"dspy-ai>=3.0.4",
"fastapi>=0.121.3",
"httpx>=0.28.1",
"joblib>=1.5.2",
"openai>=1.0.0",
"python-dotenv>=1.2.1",
"transformers>=4.57.1",
"typing-extensions>=4.12.2",
"uvicorn>=0.38.0",
"openai>=1.0.0",
"torch",
"torchvision",
"torchaudio",
"colbert-ai",
"flask",
"faiss-cpu",
]
# PyTorch sources - uncomment for CUDA on Linux/Windows
# [[tool.uv.index]]
# name = "pytorch"
# url = "https://download.pytorch.org/whl/cu121"
# explicit = true
#
# [tool.uv.sources]
# torch = [{ index = "pytorch" }]
# torchvision = [{ index = "pytorch" }]
# torchaudio = [{ index = "pytorch" }]
[dependency-groups]
dev = [
"basedpyright>=1.28.0",
"pytest>=9.0.1",
"pyright>=1.1.396",
"ruff>=0.9.9",
"pytest-asyncio>=1.3.0",
]
[tool.pyright]
# Only ignore missing stubs for libraries that truly don't have them
reportMissingTypeStubs = false