python310Packages.mlflow: unbreak

Add and jailbreak missing `pytz` dependency
This commit is contained in:
Ben Darwin
2023-04-12 10:48:15 -04:00
parent f5c0e424fc
commit fe22c818c2
@@ -24,6 +24,7 @@
, pythonOlder
, pythonRelaxDepsHook
, pyarrow
, pytz
, pyyaml
, querystring_parser
, requests
@@ -52,6 +53,7 @@ buildPythonPackage rec {
# but not mlflow has a 'skinny' install option which does not require `shap`.
nativeBuildInputs = [ pythonRelaxDepsHook ];
pythonRemoveDeps = [ "shap" ];
pythonRelaxDeps = [ "pytz" ];
propagatedBuildInputs = [
alembic
@@ -74,6 +76,7 @@ buildPythonPackage rec {
protobuf
python-dateutil
pyarrow
pytz
pyyaml
querystring_parser
requests