3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #103814 from r-ryantm/auto-update/python3.7-hyperopt

python37Packages.hyperopt: 0.1.2 -> 0.2.5
This commit is contained in:
Ryan Mulligan 2020-11-14 13:45:51 -08:00 committed by GitHub
commit 3612cdae5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "hyperopt";
version = "0.1.2";
version = "0.2.5";
src = fetchPypi {
inherit pname version;
sha256 = "34xIpivBYUvcN/XMVwBkqTpLgaFlWWIduazuP2U2tlg=";
sha256 = "bc6047d50f956ae64eebcb34b1fd40f186a93e214957f20e87af2f10195295cc";
};
propagatedBuildInputs = [ future cloudpickle numpy networkx six tqdm scipy pymongo ];