Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry committed Mar 12, 2024
1 parent c94b182 commit af8125b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/rtd_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ dependencies:
- pandas>=1.0
- xarray>=0.15
- pint>=0.11
- scipy>=1.6.2
- scipy>=1.6.2,<1.11
- sympy>=1.6
- asdf>=2.8
- asdf>=2.8,<3
- bottleneck>=1.3
- matplotlib<3.8
# notebook execution
- myst-nb
- ipykernel
Expand All @@ -24,7 +25,7 @@ dependencies:
- urllib3<2
#- jinja2=3.0
- sphinx-copybutton
- pydata-sphinx-theme
- pydata-sphinx-theme<0.15 # parallel-write-unsafe
- numpydoc>=0.5
- sphinx-autodoc-typehints>=1.21.8
- typing_extensions
Expand Down

0 comments on commit af8125b

Please sign in to comment.