From 9eda106378d2d7ddcd49b0718ffd404118378b11 Mon Sep 17 00:00:00 2001 From: Brian Ressler Date: Tue, 30 Jul 2024 23:34:00 -0500 Subject: [PATCH] Remove duplicate requirements files --- book-requirements-Linux-macOS.txt | 120 ------------------------------ book-requirements-Windows.txt | 12 --- 2 files changed, 132 deletions(-) delete mode 100644 book-requirements-Linux-macOS.txt delete mode 100644 book-requirements-Windows.txt diff --git a/book-requirements-Linux-macOS.txt b/book-requirements-Linux-macOS.txt deleted file mode 100644 index 63bcb0cf..00000000 --- a/book-requirements-Linux-macOS.txt +++ /dev/null @@ -1,120 +0,0 @@ -alabaster==0.7.12 -anyio==3.6.2 -argon2-cffi==21.3.0 -argon2-cffi-bindings==21.2.0 -asttokens==2.1.0 -attrs==21.4.0 -Babel==2.11.0 -backcall==0.2.0 -beautifulsoup4==4.11.1 -bleach==5.0.1 -certifi==2022.9.24 -cffi==1.15.1 -charset-normalizer==2.1.1 -click==8.1.3 -colorama==0.4.6 -debugpy==1.6.3 -decorator==5.1.1 -defusedxml==0.7.1 -docutils==0.17.1 -entrypoints==0.4 -executing==1.2.0 -fastjsonschema==2.16.2 -gitdb==4.0.9 -GitPython==3.1.29 -greenlet==2.0.1 -idna==3.4 -imagesize==1.4.1 -importlib-metadata==5.0.0 -ipykernel==6.17.1 -ipython==8.6.0 -ipython-genutils==0.2.0 -ipywidgets==7.7.2 -jedi==0.18.1 -Jinja2==3.1.2 -jsonschema==3.2.0 -jupyter-book==0.13.1 -jupyter-cache==0.4.3 -jupyter-server==1.23.2 -jupyter-server-mathjax==0.2.6 -jupyter-sphinx==0.3.2 -jupyter_client==7.4.5 -jupyter_core==5.0.0 -jupyterlab-pygments==0.2.2 -jupyterlab-widgets==1.1.1 -latexcodec==2.0.1 -linkify-it-py==1.0.3 -lxml==4.9.1 -markdown-it-py==1.1.0 -MarkupSafe==2.1.1 -matplotlib-inline==0.1.6 -mdit-py-plugins==0.2.8 -mistune==0.8.4 -myst-nb==0.13.2 -myst-parser==0.15.2 -nbclassic==0.4.8 -nbclient==0.5.13 -nbconvert==6.5.4 -nbdime==3.1.1 -nbformat==5.7.0 -nest-asyncio==1.5.6 -notebook==6.5.2 -notebook_shim==0.2.2 -packaging==21.3 -pandocfilters==1.5.0 -parso==0.8.3 -pickleshare==0.7.5 -platformdirs==2.5.4 -prometheus-client==0.15.0 -prompt-toolkit==3.0.32 -psutil==5.9.4 -pure-eval==0.2.2 -pybtex==0.24.0 -pybtex-docutils==1.0.2 -pycparser==2.21 -pydata-sphinx-theme==0.8.1 -Pygments==2.13.0 -pyparsing==3.0.9 -pyrsistent==0.19.2 -python-dateutil==2.8.2 -pytz==2022.6 -pywinpty==2.0.9 -PyYAML==6.0 -pyzmq==24.0.1 -requests==2.28.1 -Send2Trash==1.8.0 -six==1.16.0 -smmap==5.0.0 -sniffio==1.3.0 -snowballstemmer==2.2.0 -soupsieve==2.3.2.post1 -Sphinx==4.5.0 -sphinx-book-theme==0.3.3 -sphinx-comments==0.0.3 -sphinx-copybutton==0.5.0 -sphinx-external-toc==0.2.4 -sphinx-jupyterbook-latex==0.4.7 -sphinx-multitoc-numbering==0.1.3 -sphinx-thebe==0.1.2 -sphinx-togglebutton==0.3.2 -sphinx_design==0.1.0 -sphinxcontrib-applehelp==1.0.2 -sphinxcontrib-bibtex==2.5.0 -sphinxcontrib-devhelp==1.0.2 -sphinxcontrib-htmlhelp==2.0.0 -sphinxcontrib-jsmath==1.0.1 -sphinxcontrib-qthelp==1.0.3 -sphinxcontrib-serializinghtml==1.1.5 -SQLAlchemy==1.4.44 -stack-data==0.6.1 -terminado==0.17.0 -tinycss2==1.2.1 -tornado==6.2 -traitlets==5.5.0 -uc-micro-py==1.0.1 -urllib3==1.26.12 -wcwidth==0.2.5 -webencodings==0.5.1 -websocket-client==1.4.2 -widgetsnbextension==3.6.1 -zipp==3.10.0 diff --git a/book-requirements-Windows.txt b/book-requirements-Windows.txt deleted file mode 100644 index eadd7ea8..00000000 --- a/book-requirements-Windows.txt +++ /dev/null @@ -1,12 +0,0 @@ -# Pip packages required only for the book build, to be used by github actions -# Note that these deps should already be satisfied by the environment.yml, -# but we list them here separately so github actions runs as fast as possible. - -jupyter-book -jupyter-sphinx -markdown-it-py -markupsafe -myst-nb -myst-parser -sphinx -sphinx-jupyterbook-latex