Skip to content

Commit 25f2fb5

Browse files
committed
Update pyproject.toml
1 parent 3be332c commit 25f2fb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ hdf5 = [# blosc only available on conda (https://github.com/Blosc/python-blosc/i
7272
#'blosc>=1.20.1',
7373
'tables>=3.8.0']
7474
spss = ['pyreadstat>=1.2.0']
75-
postgresql = ['SQLAlchemy>=2.0.0', 'psycopg2>=2.9.6', 'adbc-driver-postgresql>=0.10.0']
76-
mysql = ['SQLAlchemy>=2.0.0', 'pymysql>=1.0.2']
77-
sql-other = ['SQLAlchemy>=2.0.0', 'adbc-driver-postgresql>=0.10.0', 'adbc-driver-sqlite>=0.8.0']
75+
postgresql = ['SQLAlchemy>=1.4.36', 'psycopg2>=2.9.6', 'adbc-driver-postgresql>=0.10.0']
76+
mysql = ['SQLAlchemy>=1.4.36', 'pymysql>=1.0.2']
77+
sql-other = ['SQLAlchemy>=1.4.36', 'adbc-driver-postgresql>=0.10.0', 'adbc-driver-sqlite>=0.8.0']
7878
html = ['beautifulsoup4>=4.11.2', 'html5lib>=1.1', 'lxml>=4.9.2']
7979
xml = ['lxml>=4.9.2']
8080
plot = ['matplotlib>=3.6.3']

0 commit comments

Comments
 (0)