Skip to content

Commit

Permalink
Min ase version for setup.py, required for ase.io.formats.filetype to…
Browse files Browse the repository at this point in the history
… accept pathlib.Path
  • Loading branch information
bernstei committed Oct 12, 2023
1 parent e03f3f2 commit 3e2e90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="wfl",
version="0.1.0b",
packages=setuptools.find_packages(exclude=["tests"]),
install_requires=["click>=7.0", "numpy", "ase", "pyyaml", "spglib", "docstring_parser",
install_requires=["click>=7.0", "numpy", "ase>=3.21", "pyyaml", "spglib", "docstring_parser",
"expyre-wfl @ https://github.com/libAtoms/ExPyRe/tarball/main",
"universalSOAP @ https://github.com/libAtoms/universalSOAP/tarball/main"],
entry_points="""
Expand Down

0 comments on commit 3e2e90a

Please sign in to comment.