Skip to content

Commit a880e42

Browse files
Revert "TMP: pin openssl for doc build (#28404)" (#28405)
This reverts commit 094fb12.
1 parent a4e64fc commit a880e42

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Diff for: environment.yml

-4
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,3 @@ 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

Diff for: 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", "openssl=1.1.1c"}
22+
EXCLUDE = {"python=3"}
2323
RENAME = {"pytables": "tables", "pyqt": "pyqt5"}
2424

2525

0 commit comments

Comments
 (0)