File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ hdf5 = [# blosc only available on conda (https://github.com/Blosc/python-blosc/i
72
72
# 'blosc>=1.20.1',
73
73
' tables>=3.8.0' ]
74
74
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' ]
78
78
html = [' beautifulsoup4>=4.11.2' , ' html5lib>=1.1' , ' lxml>=4.9.2' ]
79
79
xml = [' lxml>=4.9.2' ]
80
80
plot = [' matplotlib>=3.6.3' ]
You can’t perform that action at this time.
0 commit comments