Skip to content

Commit dbac449

Browse files
committed
release 0.5.1
1 parent 98391ee commit dbac449

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "gpuma"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "GPUMA - Geometry optimization toolkit using Fairchem UMA models and Torch-Sim"
55
readme = "README.md"
6-
requires-python = ">=3.12"
6+
requires-python = "==3.12.*"
77
license = "MIT"
88
authors = [
99
{ name = "Niklas Hölter", email = "niklas.hoelter@uni-muenster.de" },
@@ -12,7 +12,6 @@ keywords = ["chemistry", "geometry-optimization", "uma", "fairchem", "ase", "mli
1212
classifiers = [
1313
"Programming Language :: Python :: 3",
1414
"Programming Language :: Python :: 3.12",
15-
"Programming Language :: Python :: 3.13",
1615
"Intended Audience :: Science/Research",
1716
"Topic :: Scientific/Engineering :: Chemistry",
1817
"Topic :: Scientific/Engineering :: Physics",

0 commit comments

Comments
 (0)