From f8313054a557afc86870e7157d3b29da0c781023 Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 14 Jan 2022 11:57:48 +1100 Subject: [PATCH 1/5] MNT: Simplify Build Environment for Publishing --- environment.yml | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/environment.yml b/environment.yml index 7852bcbf..c7299b7a 100644 --- a/environment.yml +++ b/environment.yml @@ -2,39 +2,14 @@ name: lecture-datascience channels: - default dependencies: - - python=3.8 - - anaconda=2021.05 + - python=3.9 + - anaconda=2021.11 - pip - pip: - jupyter-book>=0.12.1,<0.13 - sphinxext-rediraffe - sphinx-multitoc-numbering - sphinx-exercise - - joblib - - interpolation - sphinx-tojupyter - - fiona - - geopandas - - pyLDAvis >= 3.3.0 - - gensim - - folium - - descartes - - pyarrow - - xgboost - - graphviz - - scikit-learn >= 0.24.0,<1.0 - - bokeh - sphinxcontrib-bibtex - quantecon-book-theme>=0.3.0,<0.4.0 - - nltk - - seaborn - - patsy - - quandl - - statsmodels - - quantecon - - openpyxl - - pandas_datareader - - plotly - - lxml - - conda: - - python-graphviz From 0f655b0b480742c737bf1d3e320db6a8187cf6b4 Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 14 Jan 2022 11:59:44 +1100 Subject: [PATCH 2/5] update to python=3.9 for latest anaconda --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcc6b992..769691ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: 3.8 + python-version: 3.9 environment-file: environment.yml activate-environment: lecture-datascience - name: Display Conda Environment Versions From 72f2bebe0f16925bc4eb483173c03f2f1e812ad7 Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 14 Jan 2022 12:27:30 +1100 Subject: [PATCH 3/5] remove sphinx-toexercise as not used --- environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.yml b/environment.yml index c7299b7a..4021cd1f 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,6 @@ dependencies: - jupyter-book>=0.12.1,<0.13 - sphinxext-rediraffe - sphinx-multitoc-numbering - - sphinx-exercise - sphinx-tojupyter - sphinxcontrib-bibtex - quantecon-book-theme>=0.3.0,<0.4.0 From fc931b4acdf22db7e76d897bdd1769b1de79325b Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 14 Jan 2022 12:32:04 +1100 Subject: [PATCH 4/5] remove sphinx-exercise from _config.yml as not required --- lectures/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/_config.yml b/lectures/_config.yml index 2eb21f74..66c1d1dc 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -11,7 +11,7 @@ html: baseurl: https://datascience.quantecon.org/ sphinx: - extra_extensions: [sphinx_multitoc_numbering, sphinx_exercise, sphinx_tojupyter] + extra_extensions: [sphinx_multitoc_numbering, sphinx_tojupyter] config: html_favicon: _static/lectures-favicon.ico html_static_path: ['_static'] From 30f5b0e5918856d188f3a960db66223146137981 Mon Sep 17 00:00:00 2001 From: Phil Solimine <15682144+doctor-phil@users.noreply.github.com> Date: Thu, 30 Mar 2023 14:21:16 -0700 Subject: [PATCH 5/5] Update environment.yml --- environment.yml | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/environment.yml b/environment.yml index c1217205..20883d00 100644 --- a/environment.yml +++ b/environment.yml @@ -8,35 +8,35 @@ dependencies: - pip: - jupyter-book~=0.15.1 - quantecon-book-theme~=0.4.1 - - sphinxext-rediraffe - - sphinx-exercise - - joblib - - interpolation - - sphinx-tojupyter - - networkx - - fiona - - geopandas - - pyLDAvis >= 3.3.0 - - gensim - - folium - - descartes - - pyarrow - - xgboost - - graphviz - - bokeh - - sphinxcontrib-bibtex - - nltk - - seaborn - - patsy - - quandl - - statsmodels - - quantecon - - openpyxl - - pandas_datareader - - plotly - - lxml - - scikit-learn>1.0 - - numba - - ipywidgets>=7.0.0 + - sphinxext-rediraffe = 0.2.7 + - sphinx-exercise = 0.4.1 + - joblib = 1.2.0 + - interpolation = 2.2.4 + - sphinx-tojupyter = 0.3.0 + - networkx = 3.0 + - fiona = 1.9.2 + - geopandas = 0.12.2 + - pyLDAvis = 3.4.0 + - gensim = 4.3.1 + - folium = 0.14.0 + - descartes = 1.1.0 + - pyarrow = 11.0.0 + - xgboost = 1.7.5 + - graphviz = 0.20.1 + - bokeh = 3.1.0 + - sphinxcontrib-bibtex = 2.5.0 + - nltk = 3.8.1 + - seaborn = 0.12.2 + - patsy = 0.5.3 + - quandl = 3.7.0 + - statsmodels = 0.13.5 + - quantecon = 0.6.0 + - openpyxl = 3.1.2 + - pandas_datareader = 0.10.0 + - plotly = 5.14.0 + - lxml = 4.9.2 + - scikit-learn = 1.2.2 + - numba = 0.56.4 + - ipywidgets = 8.0.6 - conda: - python-graphviz