-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpyproject.toml
More file actions
55 lines (51 loc) · 1.3 KB
/
pyproject.toml
File metadata and controls
55 lines (51 loc) · 1.3 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
50
51
52
53
54
55
[project]
name = "open_apps"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11,<3.14"
dependencies = [
"agentlab @ git+https://github.com/ServiceNow/AgentLab.git@571b3f52867945f9df7d00ee1a3e2475d1c2c027",
"browsergym>=0.13.3",
"transformers==4.52.2",
"fastapi==0.115.12",
"feedgen>=1.0.0",
"faiss-cpu==1.10.0",
"gdown>=5.2.0",
"gitpython>=3.1.44",
"hydra-core>=1.3.2",
"jinja2>=3.1.6",
"pip",
"pyserini==0.44.0",
"python-fasthtml>=0.12.14",
"python-multipart>=0.0.20",
"spacy==3.8.5",
"thefuzz==0.22.1",
"submitit>=1.5.2",
"uvicorn>=0.34.2",
"wandb>=0.19.9",
"pytest>=7.3.2",
"typer>=0.15.4",
"ipdb>=0.13.13",
"hydra-submitit-launcher>=1.2.0",
"killport>=1.2.0",
"anthropic>=0.64.0",
"botocore>=1.40.18",
"boto3>=1.40.18",
"blobfile>=3.1.0",
"deepdiff>=8.6.1",
]
[project.optional-dependencies]
dev = [
"jupyter>=1.1.1",
"kaleido>=1.2.0",
"mkdocs-shadcn@git+https://github.com/asiffer/mkdocs-shadcn@30-search-indexing-broken",
"plotly>=6.4.0",
"pymdown-extensions>=10.16.1",
"pytest-icdiff>=0.9",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true