2022-11-29T08:39:52 mlflow-server 1.30.0 -> 2.0.1 https://github.com/mlflow/mlflow/releases 2022-11-29T08:40:04 attrpath: mlflow-server 2022-11-29T08:40:06 Checking auto update branch... 2022-11-29T08:40:06 No auto update branch exists 2022-11-29T08:40:25 [version] 2022-11-29T08:40:31 [version] updated version and sha256 2022-11-29T08:40:31 [rustCrateVersion] 2022-11-29T08:40:31 [rustCrateVersion] No cargoSha256 found 2022-11-29T08:40:31 [golangModuleVersion] 2022-11-29T08:40:31 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-29T08:40:31 [updateScript] 2022-11-29T08:40:31 [updateScript] skipping because derivation has no updateScript 2022-11-29T08:40:31 2022-11-29T08:40:31 [quotedUrls] 2022-11-29T08:40:32 [quotedUrls] nothing found to replace 2022-11-29T08:40:32 Diff after rewrites: diff --git a/pkgs/development/python-modules/mlflow/default.nix b/pkgs/development/python-modules/mlflow/default.nix index cc5abbdd3d2..822f46f17e1 100644 --- a/pkgs/development/python-modules/mlflow/default.nix +++ b/pkgs/development/python-modules/mlflow/default.nix @@ -32,14 +32,14 @@ buildPythonPackage rec { pname = "mlflow"; - version = "1.30.0"; + version = "2.0.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-Ln1R9uLcbMIxbnLc9BNSF8WByPTx+d3hBmqrqeCyLHo="; + hash = "sha256-fObK88assCLW9c6KCZWpK+HbUkrhaq3h+D2mYc35k94="; }; propagatedBuildInputs = [ 2022-11-29T08:47:47 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mlflow-server nix build failed. adding 'mlflow/utils/autologging_utils/events.py' adding 'mlflow/utils/autologging_utils/logging_and_warnings.py' adding 'mlflow/utils/autologging_utils/safety.py' adding 'mlflow/utils/autologging_utils/versioning.py' adding 'mlflow/utils/import_hooks/__init__.py' adding 'mlflow/xgboost/__init__.py' adding 'mlflow/xgboost/_autolog.py' adding 'pylint_plugins/__init__.py' adding 'pylint_plugins/errors.py' adding 'pylint_plugins/print_function.py' adding 'pylint_plugins/set_checker.py' adding 'pylint_plugins/unittest_assert_raises.py' adding 'pylint_plugins/pytest_raises_checker/__init__.py' adding 'mlflow-2.0.1.dist-info/LICENSE.txt' adding 'mlflow-2.0.1.dist-info/METADATA' adding 'mlflow-2.0.1.dist-info/WHEEL' adding 'mlflow-2.0.1.dist-info/entry_points.txt' adding 'mlflow-2.0.1.dist-info/top_level.txt' adding 'mlflow-2.0.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/mlflow-2.0.1/dist /build/mlflow-2.0.1 Processing ./mlflow-2.0.1-py3-none-any.whl Requirement already satisfied: pandas<2 in /nix/store/6bwiqilfm9vr5fj5qbk77gnx94jfcmvj-python3.10-pandas-1.4.4/lib/python3.10/site-packages (from mlflow==2.0.1) (1.4.4) ERROR: Could not find a version that satisfies the requirement pyarrow<11,>=4.0.0 (from mlflow) (from versions: none) ERROR: No matching distribution found for pyarrow<11,>=4.0.0