python3Packages.databricks-sql-connector: relax pandas constraint
Martin Weinelt 4 months ago 4b7835ff 55e07278
··· 33 }; 34 35 pythonRelaxDeps = [ 0 36 "pyarrow" 37 "thrift" 38 ];
··· 33 }; 34 35 pythonRelaxDeps = [ 36 + "pandas" 37 "pyarrow" 38 "thrift" 39 ];