Skip to content

Commit

Permalink
Install latest version of pymatgen in pip_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Mar 19, 2024
1 parent b40f2c7 commit a9e39db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pip_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pip install -r requirements.txt
pip install -r requirements-optional.txt
pip install -r requirements-panel.txt
pip install -r requirements-tests.txt
# This to bypass a breaking API change in the buildbot testfarm
pip install pymatgen==v2024.2.8 -U
python setup.py develop
# This to bypass a breaking API change in the buildbot testfarm
#pip install pymatgen==v2024.2.8 -U

0 comments on commit a9e39db

Please sign in to comment.