Skip to content

Commit

Permalink
Update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Jan 19, 2024
1 parent b75853d commit 5e8796f
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 43 deletions.
2 changes: 1 addition & 1 deletion environment-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- rfc3986
- daiquiri
- pytest
- python=3.8
- python=3.11
- lxml
- click
prefix: /home/servilla/anaconda3/envs/metapype
62 changes: 32 additions & 30 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,42 +5,44 @@ channels:
dependencies:
- _libgcc_mutex=0.1
- _openmp_mutex=4.5
- attrs=22.2.0
- bzip2=1.0.8
- ca-certificates=2022.12.7
- click=8.1.3
- ca-certificates=2023.11.17
- click=8.1.7
- colorama=0.4.6
- daiquiri=3.0.0
- exceptiongroup=1.1.0
- icu=70.1
- iniconfig=1.1.1
- ld_impl_linux-64=2.39
- exceptiongroup=1.2.0
- icu=73.2
- iniconfig=2.0.0
- ld_impl_linux-64=2.40
- libexpat=2.5.0
- libffi=3.4.2
- libgcc-ng=12.2.0
- libgomp=12.2.0
- libgcc-ng=13.2.0
- libgomp=13.2.0
- libiconv=1.17
- libnsl=2.0.0
- libsqlite=3.40.0
- libstdcxx-ng=12.2.0
- libuuid=2.32.1
- libxml2=2.10.3
- libxslt=1.1.37
- libnsl=2.0.1
- libsqlite=3.44.2
- libstdcxx-ng=13.2.0
- libuuid=2.38.1
- libxcrypt=4.4.36
- libxml2=2.12.4
- libxslt=1.1.39
- libzlib=1.2.13
- lxml=4.9.2
- ncurses=6.3
- openssl=3.0.7
- packaging=22.0
- pip=22.3.1
- pluggy=1.0.0
- pytest=7.2.0
- python=3.8.15
- python-json-logger=2.0.4
- python_abi=3.8
- readline=8.1.2
- lxml=5.1.0
- ncurses=6.4
- openssl=3.2.0
- packaging=23.2
- pip=23.3.2
- pluggy=1.3.0
- pytest=7.4.4
- python=3.11.7
- python-json-logger=2.0.7
- python_abi=3.11
- readline=8.2
- rfc3986=2.0.0
- setuptools=65.6.3
- tk=8.6.12
- setuptools=69.0.3
- tk=8.6.13
- tomli=2.0.1
- wheel=0.38.4
- tzdata=2023d
- wheel=0.42.0
- xz=5.2.6
prefix: /home/servilla/anaconda3/envs/metapype
prefix: /home/servilla/miniconda3/envs/metapype
23 changes: 11 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
attrs==22.2.0
click==8.1.3
click==8.1.7
colorama==0.4.6
daiquiri==3.0.0
exceptiongroup==1.1.0
iniconfig==1.1.1
lxml==4.9.2
packaging==22.0
pip==22.3.1
pluggy==1.0.0
pytest==7.2.0
python-json-logger==2.0.4
exceptiongroup==1.2.0
iniconfig==2.0.0
lxml==5.1.0
packaging==23.2
pip==23.3.2
pluggy==1.3.0
pytest==7.4.4
python-json-logger==2.0.7
rfc3986==2.0.0
setuptools==65.6.3
setuptools==69.0.3
tomli==2.0.1
wheel==0.38.4
wheel==0.42.0

0 comments on commit 5e8796f

Please sign in to comment.