Skip to content

Commit

Permalink
pin Python in RTD environment
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Oct 27, 2023
1 parent f9ed037 commit 3d96346
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions doc/.rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,25 @@ name: rtd311
channels:
- defaults
dependencies:
- python
- setuptools
- astropy
- numpy
- numpydoc
- pip
- python=3.11
- scipy
- astropy
- graphviz
- pip:
- -e ..
- sphinx
- "sphinx_rtd_theme>1.2.0"
- sphinx_automodapi
- matplotlib
- "spherical_geometry>=1.2.22"
- astroquery
- fitsblender
- lxml
- matplotlib
- nictools
- photutils
- pyregion
- "spherical_geometry>=1.2.22"
- sphinx
- "sphinx_rtd_theme>1.2.0"
- sphinx_automodapi
- stwcs
- stsci.tools
- "stsci.image>=2.3.0"
Expand All @@ -27,7 +29,4 @@ dependencies:
- stsci.stimage
- "tweakwcs>=0.8.0"
- stregion
- astroquery
- photutils
- lxml
- tables

0 comments on commit 3d96346

Please sign in to comment.