Skip to content

Commit

Permalink
MAINT: specify build software
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Mar 30, 2023
1 parent 791ca19 commit 9dcf042
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,22 @@ channels:
- default
dependencies:
- python=3.9
- anaconda=2022.05
- anaconda=2022.10
- pip
- pip:
- jupyter-book~=0.15.1
- quantecon-book-theme~=0.4.1
- sphinxext-rediraffe
- sphinx-exercise
# Build Requirements
- jupyter-book==0.15.1
- quantecon-book-theme==0.4.1
- sphinx-tojupyter==0.3.0
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==0.4.1
- ghp-import==1.1.0
- sphinxcontrib-youtube==1.1.0
- sphinx-togglebutton==0.3.1
- arviz==0.13.0
# Datascience Requirements
- joblib
- interpolation
- sphinx-tojupyter
- networkx
- fiona
- geopandas
Expand Down

0 comments on commit 9dcf042

Please sign in to comment.