diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2021-11-25 14:46:52 -0800 |
|---|---|---|
| committer | Jonathan Ringer <jonringer117@gmail.com> | 2021-11-30 18:48:59 -0800 |
| commit | 80ffb4c8b6cee6ac8b94372ee9214fdfa96dedcb (patch) | |
| tree | 2e766f7f3d55ff2dac7090446115ea74f83a4e8d /pkgs/development/python-modules/hyperopt | |
| parent | python3Packages.huggingface-hub: 0.0.18 -> 0.1.2 (diff) | |
| download | nixpkgs-80ffb4c8b6cee6ac8b94372ee9214fdfa96dedcb.tar.gz | |
python3Packages.hyperopt: 0.2.5 -> 0.2.7
Diffstat (limited to 'pkgs/development/python-modules/hyperopt')
| -rw-r--r-- | pkgs/development/python-modules/hyperopt/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hyperopt/default.nix b/pkgs/development/python-modules/hyperopt/default.nix index d407ff95a010..2b439762ac95 100644 --- a/pkgs/development/python-modules/hyperopt/default.nix +++ b/pkgs/development/python-modules/hyperopt/default.nix @@ -5,11 +5,11 @@ buildPythonPackage rec { pname = "hyperopt"; - version = "0.2.5"; + version = "0.2.7"; src = fetchPypi { inherit pname version; - sha256 = "bc6047d50f956ae64eebcb34b1fd40f186a93e214957f20e87af2f10195295cc"; + sha256 = "1bf89ae58050bbd32c7307199046117feee245c2fd9ab6255c7308522b7ca149"; }; propagatedBuildInputs = [ future cloudpickle numpy networkx six tqdm scipy pymongo ]; |
