Skip to content

Commit a77d397

Browse files
authored
Bump version to 1.20.8 and refine dependencies
Updated version number and adjusted dependency specifications.
1 parent 8aaa65b commit a77d397

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
1111

1212
[project]
1313
name = "MultiOptPy"
14-
version = "1.20.7"
14+
version = "1.20.8"
1515
description = "Multifunctional geometry optimization tools for quantum chemical calculations."
1616
readme = "README.md"
1717
requires-python = ">=3.12"
@@ -22,15 +22,15 @@ authors = [
2222

2323

2424
dependencies = [
25-
"numpy>=2.2.0",
26-
"scipy>=1.13.0",
27-
"matplotlib>=3.10.0",
25+
"numpy~=2.2.0",
26+
"scipy~=1.13.0",
27+
"matplotlib~=3.10.0",
2828
"torch~=2.6.0",
29-
"pyscf>=2.9.0",
30-
"tblite==0.4.0",
29+
"pyscf~=2.9.0",
30+
"tblite~=0.4.0",
3131
"ase~=3.26.0",
3232
"fairchem-core~=2.7.0",
33-
"sympy>=1.13.0"
33+
"sympy~=1.13.0"
3434
]
3535

3636
[project.scripts]

0 commit comments

Comments
 (0)