mlip 0.0.0__py3-none-any.whl
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.
- mlip/__init__.py +2 -0
- mlip/dummy_file.txt +0 -0
- mlip/dummy_script.py +2 -0
- mlip-0.0.0.dist-info/METADATA +39 -0
- mlip-0.0.0.dist-info/RECORD +6 -0
- mlip-0.0.0.dist-info/WHEEL +4 -0
mlip/__init__.py
ADDED
mlip/dummy_file.txt
ADDED
|
File without changes
|
mlip/dummy_script.py
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: mlip
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary:
|
|
5
|
+
License: LICENSE
|
|
6
|
+
Author: Yessine Khanfir
|
|
7
|
+
Requires-Python: >=3.10,<3.12
|
|
8
|
+
Classifier: Development Status :: 3 - Alpha
|
|
9
|
+
Classifier: Environment :: Console
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Intended Audience :: Science/Research
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: License :: Other/Proprietary License
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
19
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
20
|
+
Requires-Dist: ase (>=3.22.1,<4.0.0)
|
|
21
|
+
Requires-Dist: dm-haiku (>=0.0.12,<0.0.13)
|
|
22
|
+
Requires-Dist: dm-tree (>=0.1.8,<0.2.0)
|
|
23
|
+
Requires-Dist: e3nn-jax (>=0.20.7,<0.21.0)
|
|
24
|
+
Requires-Dist: flax (>=0.9.0,<0.10.0)
|
|
25
|
+
Requires-Dist: h5py (>=3.12.1,<4.0.0)
|
|
26
|
+
Requires-Dist: jax-md (>=0.2.8,<0.3.0)
|
|
27
|
+
Requires-Dist: jraph
|
|
28
|
+
Requires-Dist: matscipy (==1.0.0)
|
|
29
|
+
Requires-Dist: numpy (>=1.26.0,<2.0.0)
|
|
30
|
+
Requires-Dist: omegaconf (>=2.3.0,<3.0.0)
|
|
31
|
+
Requires-Dist: orbax (>=0.1.9,<0.2.0)
|
|
32
|
+
Requires-Dist: orbax-checkpoint (==0.5.2)
|
|
33
|
+
Requires-Dist: pydantic (>=2.10.2,<3.0.0)
|
|
34
|
+
Requires-Dist: roundmantissa (>=0.2.1,<0.3.0)
|
|
35
|
+
Requires-Dist: tdqm (>=0.0.1,<0.0.2)
|
|
36
|
+
Requires-Dist: tqdm-loggable (>=0.2,<0.3)
|
|
37
|
+
Description-Content-Type: text/markdown
|
|
38
|
+
|
|
39
|
+
# This is a dummy test open-source repo for automated packaging
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
mlip/__init__.py,sha256=-gTr-MchlVkHbvYguXLIBkZlsaadAaPk5Xrc-Rr-my8,42
|
|
2
|
+
mlip/dummy_file.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
mlip/dummy_script.py,sha256=tTFR9M318sXL8ab06GmOoVqAbu42njwe_dLR7gORyuU,111
|
|
4
|
+
mlip-0.0.0.dist-info/METADATA,sha256=haWXsAyNM22eBP4vxqxG4fMVwNDFpzqeRjo7NAi9RxM,1521
|
|
5
|
+
mlip-0.0.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
6
|
+
mlip-0.0.0.dist-info/RECORD,,
|