Skip to content

Commit 41795c6

Browse files
Fix dependency of bottle
1 parent 5fa4e28 commit 41795c6

File tree

2 files changed

+411
-410
lines changed

2 files changed

+411
-410
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"pandas>=2.2.3",
2929
"plotly>=6.0.1",
3030
"torch>=2.7.0",
31-
"bottle @ git+https://github.com/bottlepy/bottle.git@master",
31+
"bottle",
3232
]
3333

3434
[project.scripts]
@@ -67,6 +67,7 @@ explicit = true
6767
torch = [
6868
{ index = "pytorch-cpu" },
6969
]
70+
bottle = { git = "https://github.com/bottlepy/bottle", rev = "master" }
7071

7172
[tool.ruff]
7273
line-length = 99

0 commit comments

Comments
 (0)