Skip to content

Commit

Permalink
Release PyTorch version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede committed Dec 9, 2024
1 parent ed652e4 commit 640b433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_requires =
tad-mctc
tad-multicharge
tomli
torch>=1.11,<2.5
torch>=1.11,<3
typing-extensions
python_requires = >=3.8, <3.13
package_dir =
Expand Down Expand Up @@ -65,6 +65,6 @@ tox =
[options.package_data]
tad_dftd4 =
py.typed
parameters.toml
damping/parameters/parameters.toml
**/*.npy
**/*.npz

0 comments on commit 640b433

Please sign in to comment.