Skip to content

Commit

Permalink
add conda environment using cn mirrors (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky authored Nov 13, 2024
1 parent fce886a commit 7a9d976
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions environment-cn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: quantecon
channels:
- default
- conda-forge
dependencies:
- python=3.11
- anaconda=2024.06
- pip
- pip:
- jupyter-book==0.15.1
- docutils==0.17.1
- quantecon-book-theme==0.7.2
- sphinx-tojupyter==0.3.0
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==0.4.1
- sphinx-proof==0.2.0
- ghp-import==1.1.0
- sphinxcontrib-youtube==1.1.0
- sphinx-togglebutton==0.3.1
- sphinx_reredirects==0.1.3
- --index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple

0 comments on commit 7a9d976

Please sign in to comment.