From 5f8605e8cdf13c6320611f619dab4b1aec2f6ede Mon Sep 17 00:00:00 2001 From: Mark Servilla Date: Thu, 13 Feb 2025 10:44:13 -0700 Subject: [PATCH] Update environment --- environment.yml | 51 ++++++++++++++++++++++++------------------------ requirements.txt | 20 +++++++++---------- 2 files changed, 35 insertions(+), 36 deletions(-) diff --git a/environment.yml b/environment.yml index a4cca21..8abfe83 100644 --- a/environment.yml +++ b/environment.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 9038014..f9d24e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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