Skip to content

Commit

Permalink
Pin specific bersions for RTD builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed May 28, 2024
1 parent b09667e commit 8f776d4
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions doc/readthedocs-env.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
name: freud-rtd
channels:
- conda-forge
- defaults
dependencies:
- python
- pip
- scikit-build
- cmake
- cython
- tbb
- tbb-devel
- numpy
- rowan
- scipy
- sphinx
- furo
- nbsphinx
- jupyter_sphinx
- sphinxcontrib-bibtex
- python==3.12
- pip==24.0
- scikit-build==0.17.6
- cmake==3.29.3
- cython==3.0.10
- tbb==2021.12.0
- tbb-devel==2021.12.0
- numpy==1.26.4
- rowan==1.3.0
- scipy==1.13.1
- sphinx==7.3.7
- furo==2024.5.6
- nbsphinx==0.9.4
- jupyter_sphinx==0.5.3
- sphinxcontrib-bibtex==2.6.2

0 comments on commit 8f776d4

Please sign in to comment.