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