diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 4c2e5ca29..466162d0e 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -29,4 +29,4 @@ jobs: with: user: __token__ password: ${{ secrets.GOLEM_PYPI_PUBLISH }} - repository_url: https://upload.pypi.org/legacy/ + repository-url: https://upload.pypi.org/legacy/ diff --git a/other_requirements/molecules.txt b/other_requirements/molecules.txt index e8021e9b3..a33309c49 100644 --- a/other_requirements/molecules.txt +++ b/other_requirements/molecules.txt @@ -2,6 +2,6 @@ rdkit>=2018.09.1.0 guacamol>=0.5.4 joblib>=0.12.5 requests>=2.30.0 -mol2vec @ git+https://github.com/samoturk/mol2vec +mol2vec==0.2.2 gensim>=4.3.2 torch>=2.0.1 \ No newline at end of file