Skip to content

Commit 971752a

Browse files
authored
CI: pin markupsafe to avoid import error (pandas-dev#46054)
* CI: pin markupsafe to avoid import error * Add comment
1 parent 1bd193e commit 971752a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/deps/actions-38-minimum_versions.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- numpy=1.18.5
2020
- pytz=2020.1
2121

22-
# optional dependencies
22+
# optional dependencies, markupsafe for jinja2
2323
- beautifulsoup4=4.8.2
2424
- blosc=1.20.1
2525
- bottleneck=1.3.1
@@ -29,6 +29,7 @@ dependencies:
2929
- gcsfs=0.6.0
3030
- jinja2=2.11
3131
- lxml=4.5.0
32+
- markupsafe=2.0.1
3233
- matplotlib=3.3.2
3334
- numba=0.50.1
3435
- numexpr=2.7.1

pandas/compat/_optional.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"gcsfs": "0.6.0",
2020
"jinja2": "2.11",
2121
"lxml.etree": "4.5.0",
22+
"markupsafe": "2.0.1",
2223
"matplotlib": "3.3.2",
2324
"numba": "0.50.1",
2425
"numexpr": "2.7.1",

0 commit comments

Comments
 (0)