diff --git a/pyproject.toml b/pyproject.toml index d981c2470..74054c893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dependencies = [ "xinference-client", "tenacity>=9.1.2", "shipyard-python-sdk>=0.2.4", - "shipyard-neo-sdk @ git+https://github.com/AstrBotDevs/shipyard-neo.git#subdirectory=shipyard-neo-sdk", + "shipyard-neo-sdk>=0.2.0", "python-socks>=2.8.0", "packaging>=24.2", ] diff --git a/requirements.txt b/requirements.txt index d76a11dde..5c45ecd33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,5 +54,5 @@ markitdown-no-magika[docx,xls,xlsx]>=0.1.2 xinference-client tenacity>=9.1.2 shipyard-python-sdk>=0.2.4 -shipyard-neo-sdk @ git+https://github.com/AstrBotDevs/shipyard-neo.git#subdirectory=shipyard-neo-sdk +shipyard-neo-sdk>=0.2.0 packaging>=24.2