Skip to content

Commit

Permalink
MAINT: Pin PLAMS to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 committed Sep 15, 2023
1 parent 298e343 commit dcae80a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
"pre-release")
pip install --pre -r ./install_requirements.txt -r ./test_requirements.txt --upgrade --force-reinstall
pip install git+https://github.com/SCM-NV/qmflows@master --upgrade
pip uninstall plams -y; pip install git+https://github.com/SCM-NV/PLAMS@master --upgrade
pip install git+https://github.com/NLeSC/noodles@master --upgrade
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion install_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ numpy>=1.17.3,<2
scipy>=1.3.2
schema>=0.6.0,!=0.7.5
pyyaml>=5.1
plams>=1.5.1
plams==1.5.1
qmflows>=0.12.1
packaging>=17.1
Nano-Utils>=2.0.0

0 comments on commit dcae80a

Please sign in to comment.