Skip to content

Commit

Permalink
BLD: restrict matplotlib version because of GPy
Browse files Browse the repository at this point in the history
  • Loading branch information
elcorto committed Jun 26, 2024
1 parent b70d7fc commit 44eee38
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
# pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
##torch

GPy>=1.13
GPy >= 1.13
# At least GPy 1.13.1 requires a matplotlib that has matplotlib.cm.get_cmap.
# https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.9.0.html#top-level-cmap-registration-and-access-functions-in-mpl-cm
matplotlib < 3.9

tinygp
scikit-learn
Expand All @@ -12,12 +15,12 @@ matplotlib
python-box
icecream

jupyter-book>=1.0
jupyter-book >= 1.0
jupytext
sphinxcontrib-bibtex

# On of the jupy* things above pulls in ipython. Version 8.7 breaks syntax
# highlighting. 8.9.0 seems fine.
ipython>=8.9.0
ipython >= 8.9.0

# vim:ft=conf

0 comments on commit 44eee38

Please sign in to comment.