Skip to content

Commit

Permalink
fix(eda): jinja2.markup import broken with 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglinpeng committed Apr 1, 2022
1 parent a1a1c29 commit b9b60a0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
90 changes: 45 additions & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sqlalchemy = "^1.4.32"
# Dependencies for Connector
aiohttp = "^3.6"
ipywidgets = "^7.5"
jinja2 = "^3"
jinja2 = ">=3.0,<3.1"
jsonpath-ng = "^1.5"
pydantic = "^1.6"
tqdm = "^4.48"
Expand Down

1 comment on commit b9b60a0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DataPrep.EDA Benchmarks

Benchmark suite Current: b9b60a0 Previous: a1a1c29 Ratio
dataprep/tests/benchmarks/eda.py::test_create_report 0.20953114553169316 iter/sec (stddev: 0.04246467035341674) 0.17353407099169546 iter/sec (stddev: 0.0262162429040161) 0.83

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.