File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 42
42
auto-activate-base : true
43
43
miniconda-version : ' latest'
44
44
python-version : ' 3.12'
45
- environment-file : environment.yml
45
+ environment-file : environment-exp .yml
46
46
activate-environment : quantecon
47
47
- name : Install MyST Markdown
48
48
run : npm install -g mystmd
Original file line number Diff line number Diff line change
1
+ name : quantecon
2
+ channels :
3
+ - default
4
+ - conda-forge
5
+ dependencies :
6
+ - python=3.12
7
+ # - anaconda
8
+ - numpy
9
+ - scipy
10
+ - matplotlib
11
+ - pandas
12
+ - dask
13
+ - numba
14
+ - jupyterlab
15
+ - scikit-image
16
+ - scikit-learn
17
+ - scipy
18
+ - yfinance
19
+ - quantecon
20
+ - sympy
21
+ - statsmodels
22
+ - plotly
23
+ - networkx
24
+ - seaborn
25
+ - graphviz
26
+ - openpyxl
27
+ - pip
28
+ - pip :
29
+ - jupyter-book==1.0.3
30
+ - quantecon-book-theme==0.7.6
31
+ - sphinx-tojupyter==0.3.0
32
+ - sphinxext-rediraffe==0.2.7
33
+ - sphinx-exercise==1.0.1
34
+ - ghp-import==2.1.0
35
+ - sphinxcontrib-youtube==1.3.0 # Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5
36
+ - sphinx-proof==0.2.0
37
+ - sphinx-togglebutton==0.3.2
38
+ - sphinx-reredirects==0.1.4 # Version 0.1.5 requires sphinx>=7.1
You can’t perform that action at this time.
0 commit comments