@@ -76,16 +76,16 @@ hdf5 = [# blosc only available on conda (https://github.com/Blosc/python-blosc/i
76
76
# 'blosc>=1.20.1',
77
77
' tables>=3.8.0' ]
78
78
spss = [' pyreadstat>=1.2.0' ]
79
- postgresql = [' SQLAlchemy>=2.0.0' , ' psycopg2>=2.9.6' , ' adbc-driver-postgresql>=0.8 .0' ]
79
+ postgresql = [' SQLAlchemy>=2.0.0' , ' psycopg2>=2.9.6' , ' adbc-driver-postgresql>=0.10 .0' ]
80
80
mysql = [' SQLAlchemy>=2.0.0' , ' pymysql>=1.0.2' ]
81
- sql-other = [' SQLAlchemy>=2.0.0' , ' adbc-driver-postgresql>=0.8 .0' , ' adbc-driver-sqlite>=0.8.0' ]
81
+ sql-other = [' SQLAlchemy>=2.0.0' , ' adbc-driver-postgresql>=0.10 .0' , ' adbc-driver-sqlite>=0.8.0' ]
82
82
html = [' beautifulsoup4>=4.11.2' , ' html5lib>=1.1' , ' lxml>=4.9.2' ]
83
83
xml = [' lxml>=4.9.2' ]
84
84
plot = [' matplotlib>=3.6.3' ]
85
85
output-formatting = [' jinja2>=3.1.2' , ' tabulate>=0.9.0' ]
86
86
clipboard = [' PyQt5>=5.15.9' , ' qtpy>=2.3.0' ]
87
87
compression = [' zstandard>=0.19.0' ]
88
- all = [' adbc-driver-postgresql>=0.8 .0' ,
88
+ all = [' adbc-driver-postgresql>=0.10 .0' ,
89
89
' adbc-driver-sqlite>=0.8.0' ,
90
90
' beautifulsoup4>=4.11.2' ,
91
91
# blosc only available on conda (https://github.com/Blosc/python-blosc/issues/297)
0 commit comments