Skip to content

Commit

Permalink
build: update environment and requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
clnsmth committed Jun 22, 2023
1 parent 05d8e27 commit 62cda52
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 123 deletions.
21 changes: 21 additions & 0 deletions environment-min.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: gbif_registrar
channels:
- conda-forge
- defaults
dependencies:
- wheel=0.38.4
- python=3.9.15
- tk=8.6.12
- libsqlite=3.40.0
- setuptools=65.5.1
- tzdata=2022g
- pip=22.3.1
- bzip2=1.0.8
- xz=5.2.6
- libffi=3.4.2
- libzlib=1.2.13
- openssl=3.0.7
- readline=8.1.2
- ncurses=6.3
- ca-certificates=2022.9.24
prefix: /opt/miniconda3/envs/gbif_registrar
240 changes: 121 additions & 119 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,122 +19,124 @@ dependencies:
- wheel=0.38.4
- xz=5.2.6
- pip:
- alabaster==0.7.12
- appnope==0.1.3
- astroid==2.12.13
- asttokens==2.2.1
- attrs==22.1.0
- babel==2.11.0
- backcall==0.2.0
- black==22.10.0
- bleach==5.0.1
- certifi==2022.9.24
- cffi==1.15.1
- charset-normalizer==2.1.1
- click==8.1.3
- click-log==0.4.0
- colorama==0.4.6
- coverage==6.5.0
- debugpy==1.6.4
- decorator==5.1.1
- dill==0.3.6
- docutils==0.17.1
- dotty-dict==1.3.1
- entrypoints==0.4
- exceptiongroup==1.0.4
- executing==1.2.0
- fastjsonschema==2.16.2
- gitdb==4.0.10
- gitpython==3.1.29
- greenlet==2.0.1
- idna==3.4
- imagesize==1.4.1
- importlib-metadata==5.1.0
- iniconfig==1.1.1
- invoke==1.7.3
- ipykernel==6.17.1
- ipython==8.7.0
- isort==5.10.1
- jaraco-classes==3.2.3
- jedi==0.18.2
- jinja2==3.1.2
- jsonschema==4.17.3
- jupyter-cache==0.5.0
- jupyter-client==7.4.8
- jupyter-core==5.1.0
- keyring==23.11.0
- lazy-object-proxy==1.8.0
- markdown-it-py==2.1.0
- markupsafe==2.1.1
- matplotlib-inline==0.1.6
- mccabe==0.7.0
- mdit-py-plugins==0.3.3
- mdurl==0.1.2
- more-itertools==9.0.0
- mypy-extensions==0.4.3
- myst-nb==0.17.1
- myst-parser==0.18.1
- nbclient==0.5.13
- nbformat==5.7.0
- nest-asyncio==1.5.6
- numpy==1.23.5
- packaging==21.3
- pandas==1.5.2
- parso==0.8.3
- pathspec==0.10.2
- pexpect==4.8.0
- pickleshare==0.7.5
- pkginfo==1.9.2
- platformdirs==2.5.4
- pluggy==1.0.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
- pylint==2.15.8
- pyparsing==3.0.9
- pyrsistent==0.19.2
- pytest==7.2.0
- pytest-cov==4.0.0
- python-dateutil==2.8.2
- python-gitlab==3.12.0
- python-semantic-release==7.32.2
- pytz==2022.6
- pyyaml==6.0
- pyzmq==24.0.1
- readme-renderer==37.3
- requests==2.28.1
- requests-toolbelt==0.10.1
- rfc3986==2.0.0
- semver==2.13.0
- six==1.16.0
- smmap==5.0.0
- snowballstemmer==2.2.0
- sphinx==5.3.0
- sphinx-autoapi==2.0.0
- sphinx-rtd-theme==1.1.1
- sphinxcontrib-applehelp==1.0.2
- 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.2
- tabulate==0.9.0
- tomli==2.0.1
- tomlkit==0.11.6
- tornado==6.2
- tqdm==4.64.1
- traitlets==5.6.0
- twine==3.8.0
- typing-extensions==4.4.0
- unidecode==1.3.6
- urllib3==1.26.13
- wcwidth==0.2.5
- webencodings==0.5.1
- wrapt==1.14.1
- zipp==3.11.0
prefix: /Users/csmith/opt/anaconda3/envs/gbif_registrar
- alabaster==0.7.12
- appnope==0.1.3
- astroid==2.12.13
- asttokens==2.2.1
- attrs==22.1.0
- babel==2.11.0
- backcall==0.2.0
- black==22.10.0
- bleach==5.0.1
- certifi==2022.12.7
- cffi==1.15.1
- charset-normalizer==2.1.1
- click==8.1.3
- click-log==0.4.0
- colorama==0.4.6
- comm==0.1.1
- coverage==6.5.0
- debugpy==1.6.4
- decorator==5.1.1
- dill==0.3.6
- docutils==0.17.1
- dotty-dict==1.3.1
- entrypoints==0.4
- exceptiongroup==1.0.4
- executing==1.2.0
- fastjsonschema==2.16.2
- gbif-registrar==0.0.0
- gitdb==4.0.10
- gitpython==3.1.29
- greenlet==2.0.1
- idna==3.4
- imagesize==1.4.1
- importlib-metadata==5.1.0
- iniconfig==1.1.1
- invoke==1.7.3
- ipykernel==6.19.0
- ipython==8.7.0
- isort==5.10.1
- jaraco-classes==3.2.3
- jedi==0.18.2
- jinja2==3.1.2
- jsonschema==4.17.3
- jupyter-cache==0.5.0
- jupyter-client==7.4.8
- jupyter-core==5.1.0
- keyring==23.11.0
- lazy-object-proxy==1.8.0
- markdown-it-py==2.1.0
- markupsafe==2.1.1
- matplotlib-inline==0.1.6
- mccabe==0.7.0
- mdit-py-plugins==0.3.3
- mdurl==0.1.2
- more-itertools==9.0.0
- mypy-extensions==0.4.3
- myst-nb==0.17.1
- myst-parser==0.18.1
- nbclient==0.5.13
- nbformat==5.7.0
- nest-asyncio==1.5.6
- numpy==1.23.5
- packaging==22.0
- pandas==1.5.2
- parso==0.8.3
- pathspec==0.10.2
- pexpect==4.8.0
- pickleshare==0.7.5
- pkginfo==1.9.2
- platformdirs==2.6.0
- pluggy==1.0.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
- pylint==2.15.8
- pyparsing==3.0.9
- pyrsistent==0.19.2
- pytest==7.2.0
- pytest-cov==4.0.0
- python-dateutil==2.8.2
- python-gitlab==3.12.0
- python-semantic-release==7.32.2
- pytz==2022.6
- pyyaml==6.0
- pyzmq==24.0.1
- readme-renderer==37.3
- requests==2.28.1
- requests-toolbelt==0.10.1
- rfc3986==2.0.0
- semver==2.13.0
- six==1.16.0
- smmap==5.0.0
- snowballstemmer==2.2.0
- sphinx==5.3.0
- sphinx-autoapi==2.0.0
- sphinx-rtd-theme==1.1.1
- sphinxcontrib-applehelp==1.0.2
- 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.2
- tabulate==0.9.0
- tomli==2.0.1
- tomlkit==0.11.6
- tornado==6.2
- tqdm==4.64.1
- traitlets==5.6.0
- twine==3.8.0
- typing-extensions==4.4.0
- unidecode==1.3.6
- urllib3==1.26.13
- wcwidth==0.2.5
- webencodings==0.5.1
- wrapt==1.14.1
- zipp==3.11.0
prefix: /opt/miniconda3/envs/gbif_registrar
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ Babel==2.11.0
backcall==0.2.0
black==22.10.0
bleach==5.0.1
certifi==2022.9.24
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
click==8.1.3
click-log==0.4.0
colorama==0.4.6
comm==0.1.1
coverage==6.5.0
debugpy==1.6.4
decorator==5.1.1
Expand All @@ -23,6 +24,7 @@ entrypoints==0.4
exceptiongroup==1.0.4
executing==1.2.0
fastjsonschema==2.16.2
gbif-registrar==0.0.0
gitdb==4.0.10
GitPython==3.1.29
greenlet==2.0.1
Expand All @@ -31,7 +33,7 @@ imagesize==1.4.1
importlib-metadata==5.1.0
iniconfig==1.1.1
invoke==1.7.3
ipykernel==6.17.1
ipykernel==6.19.0
ipython==8.7.0
isort==5.10.1
jaraco.classes==3.2.3
Expand All @@ -57,15 +59,15 @@ nbclient==0.5.13
nbformat==5.7.0
nest-asyncio==1.5.6
numpy==1.23.5
packaging==21.3
packaging==22.0
pandas==1.5.2
parso==0.8.3
pathspec==0.10.2
pexpect==4.8.0
pickleshare==0.7.5
pip==22.3.1
pkginfo==1.9.2
platformdirs==2.5.4
platformdirs==2.6.0
pluggy==1.0.0
prompt-toolkit==3.0.36
psutil==5.9.4
Expand Down

0 comments on commit 62cda52

Please sign in to comment.