Skip to content

Commit 640fb21

Browse files
committed
rebase
1 parent a847fb0 commit 640fb21

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

pandas/compat/_optional.py

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,38 +22,38 @@
2222
VERSIONS = {
2323
"adbc-driver-postgresql": "0.10.0",
2424
"adbc-driver-sqlite": "0.8.0",
25-
"bs4": "4.12.3",
25+
"bs4": "4.11.2",
26+
"blosc": "1.21.3",
2627
"bottleneck": "1.3.6",
27-
"fastparquet": "2024.2.0",
28-
"fsspec": "2023.12.2",
28+
"fastparquet": "2023.10.0",
29+
"fsspec": "2022.11.0",
2930
"html5lib": "1.1",
3031
"hypothesis": "6.84.0",
31-
"gcsfs": "2023.12.2",
32-
"jinja2": "3.1.3",
32+
"gcsfs": "2022.11.0",
33+
"jinja2": "3.1.2",
3334
"lxml.etree": "4.9.2",
34-
"matplotlib": "3.8.3",
35-
"numba": "0.59.0",
36-
"numexpr": "2.9.0",
35+
"matplotlib": "3.6.3",
36+
"numba": "0.56.4",
37+
"numexpr": "2.8.4",
3738
"odfpy": "1.4.1",
38-
"openpyxl": "3.1.2",
39+
"openpyxl": "3.1.0",
3940
"psycopg2": "2.9.6", # (dt dec pq3 ext lo64)
40-
"pymysql": "1.1.0",
41+
"pymysql": "1.0.2",
4142
"pyarrow": "10.0.1",
42-
"pyiceberg": "0.7.1",
43-
"pyreadstat": "1.2.6",
43+
"pyreadstat": "1.2.0",
4444
"pytest": "7.3.2",
4545
"python-calamine": "0.1.7",
4646
"pytz": "2023.4",
4747
"pyxlsb": "1.0.10",
48-
"s3fs": "2023.12.2",
49-
"scipy": "1.12.0",
48+
"s3fs": "2022.11.0",
49+
"scipy": "1.10.0",
5050
"sqlalchemy": "2.0.0",
5151
"tables": "3.8.0",
5252
"tabulate": "0.9.0",
53-
"xarray": "2024.1.1",
53+
"xarray": "2022.12.0",
5454
"xlrd": "2.0.1",
55-
"xlsxwriter": "3.2.0",
56-
"zstandard": "0.22.0",
55+
"xlsxwriter": "3.0.5",
56+
"zstandard": "0.19.0",
5757
"tzdata": "2022.7",
5858
"qtpy": "2.3.0",
5959
"pyqt5": "5.15.9",

0 commit comments

Comments
 (0)