Skip to content

Commit ba7136c

Browse files
committed
chore: autoddg is not yet on PyPI, specific guidance added to readme
1 parent 943b9ff commit ba7136c

File tree

3 files changed

+5
-952
lines changed

3 files changed

+5
-952
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
> [!NOTE]
3737
> For the time being, this MCP is working with the branch `feat/modern_pythonic_library_transformation` from the
3838
> mother library, AutoDDG. See more at: https://github.com/VIDA-NYU/AutoDDG/pull/4.
39-
> As such, we recommend you to instal AutoDDG from source with this library, until the PR is merged upstream.
39+
> As such, we recommend you to install AutoDDG from source with this library, until the PR is merged upstream.
40+
> Adapt the "autoddg" in the dependencies in `pyproject.toml` accordingly.
4041
4142
## 💡 About The MCPStack AutoDDG Tool
4243

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"click>=8.1.8",
2121
"mcpstack>=0.0.2",
2222
"pandas>=2.2.0",
23-
"autoddg",
23+
# "autoddg", # update # [tool.uv.sources]
2424
]
2525

2626
[dependency-groups]
@@ -51,5 +51,5 @@ ignore = ["E501"]
5151
testpaths = ["tests"]
5252
python_files = ["test_*.py"]
5353

54-
[tool.uv.sources]
55-
autoddg = { path = "../../../NYU/AutoDDG" }
54+
#[tool.uv.sources]
55+
#autoddg = { path = "../../../NYU/AutoDDG" }

0 commit comments

Comments
 (0)