Skip to content

Commit

Permalink
Adds an RTD env requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
darothen committed Sep 26, 2023
1 parent 7fea6a4 commit 3aa2c2b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ sphinx:

python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
10 changes: 10 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
numba<0.57
numpy<1.25
numpydoc
pandas
pyyaml
scipy<1.11
setuptools
sphinx
sphinx_rtd_theme
xarray

0 comments on commit 3aa2c2b

Please sign in to comment.