Skip to content

Commit

Permalink
improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbou92 committed Aug 8, 2024
1 parent ec4f090 commit a3dbba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/unittest/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python -m pip install --upgrade pip
# Install dependencies
python -m pip install flake8 pytest pytest-cov hydra-core tqdm
python -m pip install torch torchvision
python -m pip install transformers promptsmiles torchrl rdkit==2023.3.3 MolScore # causal-conv1d>=1.4.0 mamba-ssm==1.2.2
pip3 install deepsmiles selfies smi2sdf smi2svg atomInSmiles safe-mol molbloom
python -m pip install transformers promptsmiles torchrl rdkit==2023.09.03 MolScore # causal-conv1d>=1.4.0 mamba-ssm==1.2.2
python -m pip deepsmiles selfies smi2sdf smi2svg atomInSmiles safe-mol molbloom

# Verify installations
python -c "import transformers; print(transformers.__version__)"
Expand Down
2 changes: 1 addition & 1 deletion .github/unittest/install_dependencies_nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov hydra-core tqdm
python -m pip install torch torchvision
python -m pip install transformers promptsmiles torchrl rdkit==2023.3.3 MolScore # causal-conv1d>=1.4.0 mamba-ssm==1.2.2
pip3 pip install deepsmiles selfies smi2sdf smi2svg atomInSmiles safe-mol molbloom
python -m pip install deepsmiles selfies smi2sdf smi2svg atomInSmiles safe-mol molbloom

# Verify installations
python -c "import transformers; print(transformers.__version__)"
Expand Down

0 comments on commit a3dbba7

Please sign in to comment.