Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobbelaere committed Feb 3, 2025
1 parent 963508c commit d734e84
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 d734e84

Please sign in to comment.