We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d43405 commit 1606923Copy full SHA for 1606923
1 file changed
pyproject.toml
@@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
11
12
[project]
13
name = "MultiOptPy"
14
-version = "1.20.6"
+version = "1.20.7"
15
description = "Multifunctional geometry optimization tools for quantum chemical calculations."
16
readme = "README.md"
17
requires-python = ">=3.12"
@@ -27,7 +27,7 @@ dependencies = [
27
"matplotlib>=3.10.0",
28
"torch~=2.6.0",
29
"pyscf>=2.9.0",
30
- "tblite>=0.4.0",
+ "tblite==0.4.0",
31
"ase~=3.26.0",
32
"fairchem-core~=2.7.0",
33
"sympy>=1.13.0"
0 commit comments