Skip to content

Commit 094fb12

Browse files
TMP: pin openssl for doc build (#28404)
1 parent 261c3a6 commit 094fb12

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

environment.yml

+4
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ dependencies:
8282
- xlwt # pandas.read_excel, DataFrame.to_excel, pandas.ExcelWriter, pandas.ExcelFile
8383
- odfpy # pandas.read_excel
8484
- pyreadstat # pandas.read_spss
85+
86+
# temporarily pin openssl
87+
# https://github.com/pandas-dev/pandas/issues/28402
88+
- openssl=1.1.1c

scripts/generate_pip_deps_from_conda.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import yaml
2121

22-
EXCLUDE = {"python=3"}
22+
EXCLUDE = {"python=3", "openssl=1.1.1c"}
2323
RENAME = {"pytables": "tables", "pyqt": "pyqt5"}
2424

2525

0 commit comments

Comments
 (0)