Skip to content

Commit a9a18e9

Browse files
Merge pull request #28 from optuna/remove-from-github
Update bottle to 0.13.4
2 parents be0cac7 + ed737cc commit a9a18e9

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ and add the following:
3838
"Optuna": {
3939
"command": "uvx",
4040
"args": [
41-
"--from",
42-
"git+https://github.com/optuna/optuna-mcp",
4341
"optuna-mcp"
4442
]
4543
}
@@ -55,8 +53,6 @@ Additionally, you can specify the Optuna storage with the `--storage` argument t
5553
"Optuna": {
5654
"command": "uvx",
5755
"args": [
58-
"--from",
59-
"git+https://github.com/optuna/optuna-mcp",
6056
"optuna-mcp"
6157
"--storage",
6258
"sqlite:///optuna.db"

pyproject.toml

Lines changed: 1 addition & 2 deletions
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",
31+
"bottle>=0.13.4",
3232
]
3333

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

7271
[tool.ruff]
7372
line-length = 99

uv.lock

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)