Skip to content

Commit

Permalink
👽 Remove numpy==1.23 pin
Browse files Browse the repository at this point in the history
Pin to numpy==1.23.* no longer needed, as datashader 0.15.0 has been released which contains patch for not using `np.warning` at holoviz/datashader#1176. Reverts a5233e4 in #98.
  • Loading branch information
weiji14 committed May 31, 2023
1 parent c845f93 commit e5d1b7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ build:
# Generate the Sphinx configuration for this Jupyter Book so it builds.
# https://jupyterbook.org/en/stable/publish/readthedocs.html
- "jupyter-book config sphinx docs/"
post_install:
# Install numpy=1.23 instead of 1.24 to prevent AttributeError, see
# https://github.com/holoviz/datashader/issues/1209
- "pip install numpy==1.23.*"

python:
install:
Expand Down

0 comments on commit e5d1b7d

Please sign in to comment.