Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/deps/actions-38-db-min.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ dependencies:
# sql
- psycopg2=2.8.4
- pymysql=0.10.1
- sqlalchemy=1.3.11
- sqlalchemy=1.4.0
2 changes: 1 addition & 1 deletion ci/deps/actions-38-locale_slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- python-blosc
- pytz=2020.1
- scipy
- sqlalchemy=1.3.11
- sqlalchemy=1.4.0
- xlrd=2.0.1
- xlsxwriter=1.2.2
- xlwt=1.3.0
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ SQL databases
========================= ================== =============================================================
Dependency Minimum Version Notes
========================= ================== =============================================================
SQLAlchemy 1.3.11 SQL support for databases other than sqlite
SQLAlchemy 1.4.0 SQL support for databases other than sqlite
psycopg2 2.8.4 PostgreSQL engine for sqlalchemy
pymysql 0.10.1 MySQL engine for sqlalchemy
========================= ================== =============================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v1.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ Optional libraries below the lowest tested version may still work, but are not c
+-----------------+-----------------+---------+
| scipy | 1.4.1 | X |
+-----------------+-----------------+---------+
| sqlalchemy | 1.3.11 | X |
| sqlalchemy | 1.4.0 | X |
+-----------------+-----------------+---------+
| tabulate | 0.8.7 | |
+-----------------+-----------------+---------+
Expand Down
2 changes: 1 addition & 1 deletion pandas/compat/_optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pyxlsb": "1.0.6",
"s3fs": "0.4.0",
"scipy": "1.4.1",
"sqlalchemy": "1.3.11",
"sqlalchemy": "1.4.0",
"tables": "3.6.1",
"tabulate": "0.8.7",
"xarray": "0.15.1",
Expand Down