From 3ee2ef6687bda9603ee68a7e3f3e006f260bdcf5 Mon Sep 17 00:00:00 2001 From: seangreaves Date: Sat, 7 Jan 2023 20:37:23 +0000 Subject: [PATCH] slimmed down requirements --- config/environment.yml | 63 ++++++++++++++++++----------------------- config/requirements.txt | 29 +++++++------------ runtime.txt | 2 +- 3 files changed, 39 insertions(+), 55 deletions(-) diff --git a/config/environment.yml b/config/environment.yml index 1b29e49..94042f0 100644 --- a/config/environment.yml +++ b/config/environment.yml @@ -3,22 +3,24 @@ channels: - conda-forge - defaults dependencies: - - ca-certificates=2022.10.11=hecd8cb5_0 - - certifi=2022.12.7=py39hecd8cb5_0 - - libcxx=14.0.6=h9765a3e_0 - - libffi=3.4.2=hecd8cb5_6 - - ncurses=6.3=hca72f7f_3 - - openssl=1.1.1s=hca72f7f_0 - - pip=22.3.1=py39hecd8cb5_0 - - python=3.9.15=h218abb5_2 - - readline=8.2=hca72f7f_0 - - setuptools=65.5.0=py39hecd8cb5_0 - - sqlite=3.40.0=h880c91c_0 - - tk=8.6.12=h5d9f67b_0 - - tzdata=2022g=h04d1e81_0 - - wheel=0.37.1=pyhd3eb1b0_0 - - xz=5.2.8=h6c40b1e_0 - - zlib=1.2.13=h4dc903c_0 + - bzip2=1.0.8=h0d85af4_4 + - ca-certificates=2022.12.7=h033912b_0 + - libcxx=14.0.6=hccf4f1f_0 + - libffi=3.3=h046ec9c_2 + - libsqlite=3.40.0=ha978bb4_0 + - libzlib=1.2.13=hfd90126_4 + - ncurses=6.3=h96cf925_1 + - openssl=1.1.1s=hfd90126_1 + - pip=22.3.1=pyhd8ed1ab_0 + - python=3.10.4=hdfd78df_0 + - readline=8.1.2=h3899abd_0 + - setuptools=65.6.3=pyhd8ed1ab_0 + - sqlite=3.40.0=h9ae0607_0 + - tk=8.6.12=h5dbffcc_0 + - tzdata=2022g=h191b570_0 + - wheel=0.38.4=pyhd8ed1ab_0 + - xz=5.2.6=h775f41a_0 + - zlib=1.2.13=hfd90126_4 - pip: - anyio==3.6.2 - appnope==0.1.3 @@ -31,41 +33,37 @@ dependencies: - backcall==0.2.0 - beautifulsoup4==4.11.1 - bleach==5.0.1 - - bqplot==0.12.36 - branca==0.6.0 + - certifi==2022.12.7 - cffi==1.15.1 - charset-normalizer==2.1.1 - comm==0.1.2 - - debugpy==1.6.4 + - debugpy==1.6.5 - decorator==5.1.1 - defusedxml==0.7.1 - entrypoints==0.4 - - exceptiongroup==1.1.0 - executing==1.2.0 - fastjsonschema==2.16.2 - - flatdict==4.0.1 - fqdn==1.5.1 - idna==3.4 - - importlib-metadata==5.2.0 - - iniconfig==1.1.1 - ipykernel==6.19.4 - ipyleaflet==0.17.2 - - ipython==8.7.0 + - ipython==8.8.0 - ipython-genutils==0.2.0 - ipywidgets==8.0.4 - isoduration==20.11.0 - jedi==0.18.2 - jinja2==3.1.2 - - json5==0.9.10 + - json5==0.9.11 - jsonpointer==2.3 - jsonschema==4.17.3 - jupyter-client==7.4.1 - - jupyter-core==5.1.1 + - jupyter-core==5.1.2 - jupyter-events==0.5.0 - jupyter-server==1.23.4 - jupyter-server-terminals==0.4.3 - jupyterlab-pygments==0.2.2 - - jupyterlab-server==2.17.0 + - jupyterlab-server==2.18.0 - jupyterlab-widgets==3.0.5 - markupsafe==2.1.1 - matplotlib-inline==0.1.6 @@ -77,26 +75,23 @@ dependencies: - nest-asyncio==1.5.6 - notebook==6.5.2 - notebook-shim==0.2.2 - - numpy==1.24.0 + - numpy==1.24.1 - packaging==22.0 - pandas==1.5.2 - pandocfilters==1.5.0 - parso==0.8.3 - pexpect==4.8.0 - pickleshare==0.7.5 - - platformdirs==2.6.0 - - pluggy==1.0.0 + - platformdirs==2.6.2 - prometheus-client==0.15.0 - prompt-toolkit==3.0.36 - psutil==5.9.4 - ptyprocess==0.7.0 - pure-eval==0.2.2 - pycparser==2.21 - - pygments==2.13.0 - - pyrsistent==0.19.2 - - pytest==7.2.0 + - pygments==2.14.0 + - pyrsistent==0.19.3 - python-dateutil==2.8.2 - - python-dotenv==0.21.0 - python-json-logger==2.0.4 - pytz==2022.7 - pyyaml==6.0 @@ -112,7 +107,6 @@ dependencies: - stack-data==0.6.2 - terminado==0.17.1 - tinycss2==1.2.1 - - tomli==2.0.1 - tornado==6.2 - traitlets==5.8.0 - traittypes==0.2.1 @@ -126,4 +120,3 @@ dependencies: - websockets==10.4 - widgetsnbextension==4.0.5 - xyzservices==2022.9.0 - - zipp==3.11.0 diff --git a/config/requirements.txt b/config/requirements.txt index 42536bb..616bb0d 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -9,42 +9,38 @@ Babel==2.11.0 backcall==0.2.0 beautifulsoup4==4.11.1 bleach==5.0.1 -bqplot==0.12.36 branca==0.6.0 +certifi==2022.12.7 cffi==1.15.1 charset-normalizer==2.1.1 comm==0.1.2 -debugpy==1.6.4 +debugpy==1.6.5 decorator==5.1.1 defusedxml==0.7.1 entrypoints==0.4 -exceptiongroup==1.1.0 executing==1.2.0 fastjsonschema==2.16.2 -flatdict==4.0.1 fqdn==1.5.1 idna==3.4 -importlib-metadata==5.2.0 -iniconfig==1.1.1 ipykernel==6.19.4 ipyleaflet==0.17.2 -ipython==8.7.0 +ipython==8.8.0 ipython-genutils==0.2.0 ipywidgets==8.0.4 isoduration==20.11.0 jedi==0.18.2 Jinja2==3.1.2 -json5==0.9.10 +json5==0.9.11 jsonpointer==2.3 jsonschema==4.17.3 jupyter-events==0.5.0 jupyter-server==1.23.4 jupyter_client==7.4.1 -jupyter_core==5.1.1 +jupyter_core==5.1.2 jupyter_server_terminals==0.4.3 jupyterlab-pygments==0.2.2 jupyterlab-widgets==3.0.5 -jupyterlab_server==2.17.0 +jupyterlab_server==2.18.0 MarkupSafe==2.1.1 matplotlib-inline==0.1.6 mistune==2.0.4 @@ -55,26 +51,23 @@ nbformat==5.7.1 nest-asyncio==1.5.6 notebook==6.5.2 notebook_shim==0.2.2 -numpy==1.24.0 +numpy==1.24.1 packaging==22.0 pandas==1.5.2 pandocfilters==1.5.0 parso==0.8.3 pexpect==4.8.0 pickleshare==0.7.5 -platformdirs==2.6.0 -pluggy==1.0.0 +platformdirs==2.6.2 prometheus-client==0.15.0 prompt-toolkit==3.0.36 psutil==5.9.4 ptyprocess==0.7.0 pure-eval==0.2.2 pycparser==2.21 -Pygments==2.13.0 -pyrsistent==0.19.2 -pytest==7.2.0 +Pygments==2.14.0 +pyrsistent==0.19.3 python-dateutil==2.8.2 -python-dotenv==0.21.0 python-json-logger==2.0.4 pytz==2022.7 PyYAML==6.0 @@ -90,7 +83,6 @@ soupsieve==2.3.2.post1 stack-data==0.6.2 terminado==0.17.1 tinycss2==1.2.1 -tomli==2.0.1 tornado==6.2 traitlets==5.8.0 traittypes==0.2.1 @@ -104,4 +96,3 @@ websocket-client==1.4.2 websockets==10.4 widgetsnbextension==4.0.5 xyzservices==2022.9.0 -zipp==3.11.0 diff --git a/runtime.txt b/runtime.txt index 425359e..73e24dc 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.9.9 +python-3.10.4