Skip to content

Commit

Permalink
jina2>=3
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jun 5, 2024
1 parent 2f4c56e commit 4aa524d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ classifiers = [
]

[project.optional-dependencies]
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
# which errors: Failed to download and build `jinja2==2.0` except CCompilerError, x:
# SyntaxError: multiple exception types must be parenthesized
test = ["jina2>=3", "pytest-cov>=4.1", "pytest>=8.1"]
# needed to run interactive example notebooks
examples = ["crystal-toolkit>=2023.11.3", "pandas>=2.2"]
docs = ["lazydocs>=0.4"]
Expand Down

0 comments on commit 4aa524d

Please sign in to comment.