diff --git a/setup.py b/setup.py index 0cc08fb..b9891e9 100644 --- a/setup.py +++ b/setup.py @@ -24,14 +24,14 @@ "mutagen==1.46.0", "nmslib==2.1.1", "peewee==3.16.2", - "py-sonic@git+https://github.com/mayhem/py-sonic.git@int-vs-string", + "py-sonic@git+https://github.com/mayhem/py-sonic.git", "requests", "regex==2023.6.3", "tqdm", - "troi@git+https://github.com/metabrainz/troi-recommendation-playground.git@lb-local", + "troi@git+https://github.com/metabrainz/troi-recommendation-playground.git@update-troi", "scikit-learn==1.2.1", "Unidecode==1.3.6", - "lb_matching_tools@git+https://github.com/metabrainz/listenbrainz-matching-tools.git@v-2023-07-19.0" + "lb_matching_tools@git+https://github.com/metabrainz/listenbrainz-matching-tools.git@main" ], use_scm_version=True, setup_requires=['setuptools_scm'],