Skip to content

Commit

Permalink
Add pyxtal to CI requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
carriepl-mila committed Aug 8, 2023
1 parent aeca646 commit 8267483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/continuous_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ python -m pip install torch-scatter torch-geometric -f https://data.pyg.org/whl/
# Requirements to run
python -m pip install numpy pandas hydra-core tqdm torchtyping scikit-learn
# Conditional requirements to run
python -m pip install wandb matplotlib plotly pymatgen
python -m pip install wandb matplotlib plotly pymatgen pyxtal
# Test and code formatting packages
python -m pip install black isort pytest pytest-repeat

0 comments on commit 8267483

Please sign in to comment.