Skip to content

Commit

Permalink
Fix dscribe version.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtarzia committed Nov 16, 2023
1 parent 6baadbf commit f299893
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
Expand Up @@ -37,7 +37,7 @@ docs = [
"sphinx_gallery==0.12.2",
"ipython"
]
dscribe=["dscribe >1.2.0, <=12.2",]
dscribe=["dscribe >1.2.0, <=1.2.2",]
quippy=["quippy-ase==0.9.10",]
tests = [
"coverage[toml]",
Expand Down Expand Up @@ -95,7 +95,7 @@ serve = 'cd docs && SPHINXBUILD=sphinx-autobuild SPHINXOPTS="-a --watch ../src/
[tool.hatch.envs.test]
features = [
"quippy",
"dscribe",
"dscribe==1.2.2",
"tests",
]
pre-install-commands = ["which python"]
Expand Down

0 comments on commit f299893

Please sign in to comment.