Skip to content

Commit

Permalink
fix readthedocs issue and force python<3.10 (#513)
Browse files Browse the repository at this point in the history
* changed exact pins for minimum versions

* force python<3.10
  • Loading branch information
MarcAntoineSchmidtQC committed Feb 14, 2022
1 parent d6c114d commit b072bd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- scikit-learn >= 0.23
- scipy
- tqdm
- python<3.10

# development tools
- black
Expand Down Expand Up @@ -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

0 comments on commit b072bd6

Please sign in to comment.