We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4c56e commit 4aa524dCopy full SHA for 4aa524d
pyproject.toml
@@ -28,7 +28,10 @@ classifiers = [
28
]
29
30
[project.optional-dependencies]
31
-test = ["pytest-cov>=4.1", "pytest>=8.1"]
+# TODO remove jinja2, chgnet doesn't actually need it, just a transitive dep but was installing as v2
32
+# which errors: Failed to download and build `jinja2==2.0` except CCompilerError, x:
33
+# SyntaxError: multiple exception types must be parenthesized
34
+test = ["jina2>=3", "pytest-cov>=4.1", "pytest>=8.1"]
35
# needed to run interactive example notebooks
36
examples = ["crystal-toolkit>=2023.11.3", "pandas>=2.2"]
37
docs = ["lazydocs>=0.4"]
0 commit comments