diff --git a/environment.yml b/environment.yml index 8ec652f6..53bbd099 100644 --- a/environment.yml +++ b/environment.yml @@ -12,6 +12,7 @@ dependencies: - scikit-learn >= 0.23 - scipy - tqdm + - python<3.10 # development tools - black @@ -43,10 +44,10 @@ dependencies: - make - matplotlib-base - nbclassic>=0.2.8 - - nbsphinx=0.8.3 + - nbsphinx>=0.8.3 - openml # used for downloading datasets in the tutorials. - shapely # used in docs/tutorials/regularization_housing_data - - sphinx=3.5.3 + - sphinx>=3.5.3 - sphinx_rtd_theme - sphinxcontrib-apidoc - statsmodels