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.
- {featomic_torch-0.7.1/featomic_torch.egg-info → featomic_torch-0.7.2}/PKG-INFO +3 -3
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic/torch/clebsch_gordan.py +1 -1
- featomic_torch-0.7.2/featomic-torch-cxx-0.7.2.tar.gz +0 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2/featomic_torch.egg-info}/PKG-INFO +3 -3
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic_torch.egg-info/SOURCES.txt +1 -1
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic_torch.egg-info/requires.txt +1 -1
- featomic_torch-0.7.2/git_version_info +2 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/pyproject.toml +1 -1
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/setup.py +1 -1
- featomic_torch-0.7.1/featomic-torch-cxx-0.7.1.tar.gz +0 -0
- featomic_torch-0.7.1/git_version_info +0 -2
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/AUTHORS +0 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/LICENSE +0 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/MANIFEST.in +0 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/README.rst +0 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/build-backend/backend.py +0 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic/torch/__init__.py +0 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic/torch/_c_lib.py +0 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic/torch/calculator_base.py +0 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic/torch/calculators.py +0 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic/torch/system.py +0 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic/torch/utils.py +0 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic_torch.egg-info/dependency_links.txt +0 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic_torch.egg-info/not-zip-safe +0 -0
- {featomic_torch-0.7.1 → featomic_torch-0.7.2}/featomic_torch.egg-info/top_level.txt +0 -0
- {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.
|
|
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.
|
|
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.
|
|
31
|
+
Requires-Dist: featomic<0.7,>=0.6.3
|
|
32
32
|
Dynamic: author
|
|
33
33
|
Dynamic: license-file
|
|
34
34
|
Dynamic: requires-dist
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: featomic-torch
|
|
3
|
-
Version: 0.7.
|
|
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.
|
|
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.
|
|
31
|
+
Requires-Dist: featomic<0.7,>=0.6.3
|
|
32
32
|
Dynamic: author
|
|
33
33
|
Dynamic: license-file
|
|
34
34
|
Dynamic: requires-dist
|
|
@@ -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.
|
|
360
|
+
install_requires.append("featomic >=0.6.3,<0.7")
|
|
361
361
|
|
|
362
362
|
setup(
|
|
363
363
|
version=version,
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|