Skip to content

Commit

Permalink
CI: pin markupsafe to avoid import error (pandas-dev#46054)
Browse files Browse the repository at this point in the history
* CI: pin markupsafe to avoid import error

* Add comment
  • Loading branch information
phofl authored Feb 18, 2022
1 parent 1bd193e commit 971752a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/deps/actions-38-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- numpy=1.18.5
- pytz=2020.1

# optional dependencies
# optional dependencies, markupsafe for jinja2
- beautifulsoup4=4.8.2
- blosc=1.20.1
- bottleneck=1.3.1
Expand All @@ -29,6 +29,7 @@ dependencies:
- gcsfs=0.6.0
- jinja2=2.11
- lxml=4.5.0
- markupsafe=2.0.1
- matplotlib=3.3.2
- numba=0.50.1
- numexpr=2.7.1
Expand Down
1 change: 1 addition & 0 deletions pandas/compat/_optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"gcsfs": "0.6.0",
"jinja2": "2.11",
"lxml.etree": "4.5.0",
"markupsafe": "2.0.1",
"matplotlib": "3.3.2",
"numba": "0.50.1",
"numexpr": "2.7.1",
Expand Down

0 comments on commit 971752a

Please sign in to comment.