Skip to content

Commit

Permalink
Update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Feb 13, 2025
1 parent 41a000e commit 5f8605e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 36 deletions.
51 changes: 25 additions & 26 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,43 +6,42 @@ dependencies:
- _libgcc_mutex=0.1
- _openmp_mutex=4.5
- bzip2=1.0.8
- ca-certificates=2024.2.2
- click=8.1.7
- ca-certificates=2025.1.31
- click=8.1.8
- colorama=0.4.6
- daiquiri=3.0.0
- exceptiongroup=1.2.0
- icu=73.2
- exceptiongroup=1.2.2
- iniconfig=2.0.0
- ld_impl_linux-64=2.40
- libexpat=2.5.0
- libffi=3.4.2
- libgcc-ng=13.2.0
- libgomp=13.2.0
- ld_impl_linux-64=2.43
- libexpat=2.6.4
- libffi=3.4.6
- libgcc=14.2.0
- libgcc-ng=14.2.0
- libgomp=14.2.0
- libiconv=1.17
- liblzma=5.6.4
- libnsl=2.0.1
- libsqlite=3.44.2
- libstdcxx-ng=13.2.0
- libsqlite=3.48.0
- libuuid=2.38.1
- libxcrypt=4.4.36
- libxml2=2.12.5
- libxml2=2.13.5
- libxslt=1.1.39
- libzlib=1.2.13
- lxml=5.1.0
- ncurses=6.4
- openssl=3.2.1
- packaging=23.2
- pip=24.0
- pluggy=1.4.0
- pytest=8.0.0
- python=3.11.7
- libzlib=1.3.1
- lxml=5.3.1
- ncurses=6.5
- openssl=3.4.1
- packaging=24.2
- pip=25.0.1
- pluggy=1.5.0
- pytest=8.3.4
- python=3.11.11
- python-json-logger=2.0.7
- python_abi=3.11
- readline=8.2
- rfc3986=2.0.0
- setuptools=69.0.3
- setuptools=75.8.0
- tk=8.6.13
- tomli=2.0.1
- tzdata=2024a
- wheel=0.42.0
- xz=5.2.6
- tomli=2.2.1
- tzdata=2025a
- wheel=0.45.1
prefix: /home/servilla/miniconda3/envs/metapype
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
click==8.1.7
click==8.1.8
colorama==0.4.6
daiquiri==3.0.0
exceptiongroup==1.2.0
exceptiongroup==1.2.2
iniconfig==2.0.0
lxml==5.1.0
packaging==23.2
pip==24.0
pluggy==1.4.0
pytest==8.0.0
lxml==5.3.1
packaging==24.2
pip==25.0.1
pluggy==1.5.0
pytest==8.3.4
python-json-logger==2.0.7
rfc3986==2.0.0
setuptools==69.0.3
tomli==2.0.1
wheel==0.42.0
setuptools==75.8.0
tomli==2.2.1
wheel==0.45.1

0 comments on commit 5f8605e

Please sign in to comment.