We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbd654 commit 9ee4d76Copy full SHA for 9ee4d76
ci/deps/actions-38-minimum_versions.yaml
@@ -19,7 +19,7 @@ dependencies:
19
- numpy=1.18.5
20
- pytz=2020.1
21
22
- # optional dependencies
+ # optional dependencies, markupsafe for jinja2
23
- beautifulsoup4=4.8.2
24
- blosc=1.20.1
25
- bottleneck=1.3.1
@@ -29,6 +29,7 @@ dependencies:
29
- gcsfs=0.6.0
30
- jinja2=2.11
31
- lxml=4.5.0
32
+ - markupsafe=2.0.1
33
- matplotlib=3.3.2
34
- numba=0.50.1
35
- numexpr=2.7.1
pandas/compat/_optional.py
@@ -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",
0 commit comments