python310Packages.awswrangler: relax openpyxl dependency

This commit is contained in:
Matt Wittmann 2023-03-29 15:34:54 -07:00
parent 371e567558
commit 63366ba77c
No known key found for this signature in database
GPG Key ID: AEAD22D9F95347ED

View File

@ -58,6 +58,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [ pythonRelaxDeps = [
"gremlinpython" "gremlinpython"
"numpy" "numpy"
"openpyxl"
"pandas" "pandas"
"pg8000" "pg8000"
"pyarrow" "pyarrow"