File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "express-py"
33dynamic = [" version" ]
44description = " EXcellent PRoperty Extractor and Serializer."
55readme = " README.md"
6- requires-python = " >=3.8 "
6+ requires-python = " >=3.10 "
77license = { file = " LICENSE.md" }
88authors = [
99 { name = " Exabyte Inc." , email = " info@mat3ra.com" }
@@ -19,18 +19,19 @@ dependencies = [
1919 " pymatgen>=2023.8.10" ,
2020 " ase>=3.17.0" ,
2121 " mat3ra-esse>=2024.1.25.post7" ,
22- # Temporarily disable rdkit to allow running in Jupyter Lite
23- # "rdkit-pypi>=2022.3.5",
2422 " jarvis-tools>=2023.12.12" ,
2523 # To avoid module 'numpy.linalg._umath_linalg' has no attribute '_ilp64' in Colab
2624 " numpy>=1.24.4,<2" ,
2725]
2826
2927[project .optional-dependencies ]
28+ extra = [
29+ " rdkit-pypi>=2022.3.5" ,
30+ ]
3031tests = [
3132 " coverage[toml]>=5.3" ,
3233]
33- all = [" express-py[tests]" ]
34+ all = [" express-py[tests]" , " express-py[extra] " ]
3435
3536[tool .coverage .run ]
3637source = [' .' ]
You can’t perform that action at this time.
0 commit comments