Skip to content

Commit

Permalink
update github action to install from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganCThomas committed Nov 18, 2024
1 parent edd0510 commit f8c522c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/unittest/install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Upgrade pip
python -m pip install --upgrade pip

# Install dependencies
python -m pip install flake8 pytest pytest-cov hydra-core tqdm
# Install required dependencies
python -m pip install torch torchvision
python -m pip install transformers promptsmiles torchrl rdkit==2023.3.3 MolScore
python -m pip install -r acegen-open/requirements.txt

# Install additional dependencies
python -m pip install transformers promptsmiles MolScore
python -m pip install deepsmiles
python -m pip install selfies
python -m pip install smi2sdf
Expand Down

0 comments on commit f8c522c

Please sign in to comment.