python310Packages.mlflow: 1.24.0 -> 1.25.0
This commit is contained in:
parent
7feda9ba09
commit
e968d2b344
@ -27,12 +27,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mlflow";
|
||||
version = "1.24.0";
|
||||
version = "1.25.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-6hZwiOuHtB8RFwgyfPeV8plLBPlnAdVP1f1bNah4en4=";
|
||||
sha256 = "sha256-nROcV5HpCZtZa31nTmnc9rkE3YLKtRquYlf0oe1xuWI=";
|
||||
};
|
||||
|
||||
# run into https://stackoverflow.com/questions/51203641/attributeerror-module-alembic-context-has-no-attribute-config
|
||||
|
Loading…
Reference in New Issue
Block a user