Skip to content

Commit

Permalink
Merge pull request #66 from pdobbelaere/version-mismatch
Browse files Browse the repository at this point in the history
Pin Parsl version to the one in container 'oras://ghcr.io/molmod/psiflow:v4.0.0_cu118'
  • Loading branch information
pdobbelaere authored Feb 19, 2025
2 parents cf57e19 + 1918fd8 commit eaead70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ description = "Library for developing interatomic potentials"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"ase >= 3.23.0",
"ase>=3.23.0",
"pyyaml>=6.0",
"numpy>=1.22.3,<2",
"parsl >= 2024.12.16",
"numpy>=1.22.3, <2",
"parsl==2024.12.16",
"prettytable",
"psutil",
"cp2k-input-tools @ git+https://github.com/cp2k/cp2k-input-tools.git@3b9929735dcb3c8c0620a548b1fe20efecbad077", # need 2024.1
Expand Down

0 comments on commit eaead70

Please sign in to comment.