File tree Expand file tree Collapse file tree 3 files changed +5
-952
lines changed
Expand file tree Collapse file tree 3 files changed +5
-952
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"]
5151testpaths = [" tests" ]
5252python_files = [" test_*.py" ]
5353
54- [tool .uv .sources ]
55- autoddg = { path = " ../../../NYU/AutoDDG" }
54+ # [tool.uv.sources]
55+ # autoddg = { path = "../../../NYU/AutoDDG" }
You can’t perform that action at this time.
0 commit comments