featomic-torch 0.7.1__tar.gz → 0.7.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. {featomic_torch-0.7.1/featomic_torch.egg-info → featomic_torch-0.7.2}/PKG-INFO +3 -3
  2. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic/torch/clebsch_gordan.py +1 -1
  3. featomic_torch-0.7.2/featomic-torch-cxx-0.7.2.tar.gz +0 -0
  4. {featomic_torch-0.7.1 → featomic_torch-0.7.2/featomic_torch.egg-info}/PKG-INFO +3 -3
  5. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic_torch.egg-info/SOURCES.txt +1 -1
  6. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic_torch.egg-info/requires.txt +1 -1
  7. featomic_torch-0.7.2/git_version_info +2 -0
  8. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/pyproject.toml +1 -1
  9. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/setup.py +1 -1
  10. featomic_torch-0.7.1/featomic-torch-cxx-0.7.1.tar.gz +0 -0
  11. featomic_torch-0.7.1/git_version_info +0 -2
  12. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/AUTHORS +0 -0
  13. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/LICENSE +0 -0
  14. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/MANIFEST.in +0 -0
  15. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/README.rst +0 -0
  16. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/build-backend/backend.py +0 -0
  17. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic/torch/__init__.py +0 -0
  18. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic/torch/_c_lib.py +0 -0
  19. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic/torch/calculator_base.py +0 -0
  20. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic/torch/calculators.py +0 -0
  21. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic/torch/system.py +0 -0
  22. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic/torch/utils.py +0 -0
  23. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic_torch.egg-info/dependency_links.txt +0 -0
  24. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic_torch.egg-info/not-zip-safe +0 -0
  25. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic_torch.egg-info/top_level.txt +0 -0
  26. {featomic_torch-0.7.1 → featomic_torch-0.7.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: featomic-torch
3
- Version: 0.7.1
3
+ Version: 0.7.2
4
4
  Summary: TorchScript bindings to featomic
5
5
  Author: Guillaume Fraux, Philip Loche, Sergei Kliavinek, Kevin Kazuki Huguenin-Dumittan, Davide Tisi, Alexander Goscinski
6
6
  License-Expression: BSD-3-Clause
@@ -21,14 +21,14 @@ Classifier: Topic :: Scientific/Engineering :: Chemistry
21
21
  Classifier: Topic :: Scientific/Engineering :: Physics
22
22
  Classifier: Topic :: Software Development :: Libraries
23
23
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
- Requires-Python: >=3.9
24
+ Requires-Python: >=3.10
25
25
  Description-Content-Type: text/x-rst
26
26
  License-File: LICENSE
27
27
  License-File: AUTHORS
28
28
  Requires-Dist: torch>=2.1
29
29
  Requires-Dist: metatensor-torch<0.9,>=0.8.0
30
30
  Requires-Dist: metatomic-torch<0.2,>=0.1.4
31
- Requires-Dist: featomic<0.7,>=0.6.2
31
+ Requires-Dist: featomic<0.7,>=0.6.3
32
32
  Dynamic: author
33
33
  Dynamic: license-file
34
34
  Dynamic: requires-dist
@@ -6,7 +6,7 @@ from typing import Any
6
6
  import metatensor.torch
7
7
  import torch
8
8
 
9
- import featomic.utils
9
+ import featomic.clebsch_gordan
10
10
 
11
11
  from .calculator_base import CalculatorModule
12
12
  from .system import System
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: featomic-torch
3
- Version: 0.7.1
3
+ Version: 0.7.2
4
4
  Summary: TorchScript bindings to featomic
5
5
  Author: Guillaume Fraux, Philip Loche, Sergei Kliavinek, Kevin Kazuki Huguenin-Dumittan, Davide Tisi, Alexander Goscinski
6
6
  License-Expression: BSD-3-Clause
@@ -21,14 +21,14 @@ Classifier: Topic :: Scientific/Engineering :: Chemistry
21
21
  Classifier: Topic :: Scientific/Engineering :: Physics
22
22
  Classifier: Topic :: Software Development :: Libraries
23
23
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
- Requires-Python: >=3.9
24
+ Requires-Python: >=3.10
25
25
  Description-Content-Type: text/x-rst
26
26
  License-File: LICENSE
27
27
  License-File: AUTHORS
28
28
  Requires-Dist: torch>=2.1
29
29
  Requires-Dist: metatensor-torch<0.9,>=0.8.0
30
30
  Requires-Dist: metatomic-torch<0.2,>=0.1.4
31
- Requires-Dist: featomic<0.7,>=0.6.2
31
+ Requires-Dist: featomic<0.7,>=0.6.3
32
32
  Dynamic: author
33
33
  Dynamic: license-file
34
34
  Dynamic: requires-dist
@@ -2,7 +2,7 @@ AUTHORS
2
2
  LICENSE
3
3
  MANIFEST.in
4
4
  README.rst
5
- featomic-torch-cxx-0.7.1.tar.gz
5
+ featomic-torch-cxx-0.7.2.tar.gz
6
6
  git_version_info
7
7
  pyproject.toml
8
8
  setup.py
@@ -1,4 +1,4 @@
1
1
  torch>=2.1
2
2
  metatensor-torch<0.9,>=0.8.0
3
3
  metatomic-torch<0.2,>=0.1.4
4
- featomic<0.7,>=0.6.2
4
+ featomic<0.7,>=0.6.3
@@ -0,0 +1,2 @@
1
+ 0
2
+ git.793b6f3
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "featomic-torch"
3
3
  dynamic = ["version", "authors", "dependencies"]
4
- requires-python = ">=3.9"
4
+ requires-python = ">=3.10"
5
5
 
6
6
  readme = "README.rst"
7
7
  license = "BSD-3-Clause"
@@ -357,7 +357,7 @@ if __name__ == "__main__":
357
357
  install_requires.append(f"featomic @ file://{FEATOMIC_PYTHON_SRC}")
358
358
  else:
359
359
  # we are building from a sdist/installing from a wheel
360
- install_requires.append("featomic >=0.6.2,<0.7")
360
+ install_requires.append("featomic >=0.6.3,<0.7")
361
361
 
362
362
  setup(
363
363
  version=version,
@@ -1,2 +0,0 @@
1
- 0
2
- git.7187e5e
File without changes
File without changes
File without changes