Skip to content

Commit 4aa524d

Browse files
committedJun 5, 2024
jina2>=3
1 parent 2f4c56e commit 4aa524d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ classifiers = [
2828
]
2929

3030
[project.optional-dependencies]
31-
test = ["pytest-cov>=4.1", "pytest>=8.1"]
31+
# 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"]
3235
# needed to run interactive example notebooks
3336
examples = ["crystal-toolkit>=2023.11.3", "pandas>=2.2"]
3437
docs = ["lazydocs>=0.4"]

0 commit comments

Comments
 (0)