Merge remote-tracking branch 'origin/develop' into use-datasieve

This commit is contained in:
robcaulk
2023-06-17 13:26:35 +02:00
52 changed files with 1060 additions and 221 deletions

View File

@@ -5,7 +5,7 @@ from setuptools import setup
plot = ['plotly>=4.0']
hyperopt = [
'scipy',
'scikit-learn',
'scikit-learn<=1.1.3',
'scikit-optimize>=0.7.0',
'filelock',
]