Unverified Commit 15da19d3 authored by J-shang's avatar J-shang Committed by GitHub
Browse files

update statsmodels to 0.12 (#3239)

parent 08af7771
......@@ -113,7 +113,7 @@ def _setup():
install_requires = dependencies,
extras_require = {
'SMAC': ['ConfigSpaceNNI', 'smac4nni'],
'BOHB': ['ConfigSpace==0.4.7', 'statsmodels==0.10.0'],
'BOHB': ['ConfigSpace==0.4.7', 'statsmodels==0.12.0'],
'PPOTuner': ['enum34', 'gym']
},
setup_requires = ['requests'],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment