Skip to content

Commit

Permalink
Create version 0.2.8 with ase dependency max version 3.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Sep 3, 2024
1 parent d2899b7 commit d1d93e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]

name = "wfl"
version = "0.2.7"
version = "0.2.8"
requires-python = ">=3.9"
dependencies = [ "click>=7.0", "numpy", "ase>=3.22.1", "pyyaml", "spglib",
dependencies = [ "click>=7.0", "numpy", "ase<=3.22.1", "pyyaml", "spglib",
"docstring_parser", "expyre-wfl", "universalSOAP" ]
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit d1d93e5

Please sign in to comment.