diff --git a/.github/unittest/install_dependencies.sh b/.github/unittest/install_dependencies.sh index 071b16f..4988803 100644 --- a/.github/unittest/install_dependencies.sh +++ b/.github/unittest/install_dependencies.sh @@ -1,5 +1,7 @@ python -m pip install --upgrade pip -python -m pip install flake8 pytest pytest-cov hydra-core tqdm torch torchvision MolScore promptsmiles +python -m pip install flake8 pytest pytest-cov hydra-core tqdm torch torchvision +python -m pip install rdkit==2023.3.3 +python -m pip MolScore promptsmiles if [ -f requirements.txt ]; then pip install -r requirements.txt; fi diff --git a/.github/unittest/install_dependencies.shyy b/.github/unittest/install_dependencies.shyy deleted file mode 100644 index 972e099..0000000 --- a/.github/unittest/install_dependencies.shyy +++ /dev/null @@ -1,7 +0,0 @@ -python -m pip install --upgrade pip -python -m pip install flake8 pytest pytest-cov hydra-core tqdm torch torchvision, MolScore, promptsmiles - -pip install torchrl - -cd ../acegen-open -pip install -e . diff --git a/.github/unittest/install_dependencies_nightly.sh b/.github/unittest/install_dependencies_nightly.sh index b337e1d..2d03bff 100644 --- a/.github/unittest/install_dependencies_nightly.sh +++ b/.github/unittest/install_dependencies_nightly.sh @@ -6,6 +6,7 @@ python -m pip install torch torchvision # python -m pip install --pre torch --extra-index-url https://download.pytorch.org/whl/nightly/cpu --force-reinstall # Not testing these dependencies for now +python -m pip install rdkit==2023.3.3 # python -m pip MolScore promptsmiles cd ../acegen-open