We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa439e6 + fd7e058 commit ef9bbdaCopy full SHA for ef9bbda
1 file changed
setup.py
@@ -20,12 +20,12 @@
20
url='https://github.com/DoubleML/doubleml-serverless',
21
packages=find_packages(exclude=['aws_lambda_app*']),
22
install_requires=[
23
- 'DoubleML>=0.1.2',
+ 'DoubleML>=0.2.2',
24
'joblib',
25
'numpy',
26
'pandas',
27
'scipy',
28
- 'sklearn',
+ 'scikit-learn==0.23.2',
29
'statsmodels',
30
'aiobotocore==1.1.2',
31
'boto3==1.14.44',
0 commit comments