python37Packages.hyperopt: 0.1.2 -> 0.2.5
This commit is contained in:
parent
6e9b71f0e1
commit
5d08fb8fd6
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user