-
Notifications
You must be signed in to change notification settings - Fork 154
/
Copy pathpyproject.toml
49 lines (47 loc) · 1.08 KB
/
pyproject.toml
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 = "web-genie-ai"
version = "1.1.26"
description = "The first bittensor subnet for web generation"
readme = "README.md"
requires-python = ">=3.12.4"
dependencies = [
"ansible-vault==2.1.0",
"async-substrate-interface==1.0.0",
"beautifulsoup4==4.12.3",
"bert-score==0.3.13",
"bt-decode==0.5.0a2",
"bittensor==9.0.0",
"bittensor-cli==9.0.0",
"clip",
"datasets==3.2.0",
"ddt==1.6.0",
"duckduckgo_search",
"datasets",
"einops",
"fastapi",
"lxml==5.3.0",
"matplotlib-inline==0.1.7",
"nltk",
"openai",
"peft",
"pip-chill==1.0.3",
"playwright==1.49.1",
"pydantic==2.6",
"python-dotenv==1.0.1",
"scikit-learn==1.6.0",
"shtab==1.6.5",
"sqlalchemy",
"tinycss2==1.4.0",
"wandb==0.19.0",
"numpy>=2.0.2",
"colormath>=3.0.0",
"scikit-image>=0.25.0",
"sentence-transformers",
"tensorflow>=2.18.0",
"tf-keras",
"uvicorn",
]
[project.urls]
repository = "https://github.com/web-genie-ai/web-genie-ai"
[tool.uv.sources]
clip = {git = "https://github.com/openai/CLIP.git"}