Skip to content

Commit 83dbfbc

Browse files
committed
Update environment
1 parent 30a82d2 commit 83dbfbc

3 files changed

Lines changed: 81 additions & 78 deletions

File tree

environment-min.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- fabric
77
- psycopg2
88
- click
9-
- python=3.11
9+
- python
1010
- requests
1111
- sqlalchemy=1.4.46
1212
- daiquiri

environment.yml

Lines changed: 77 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -3,79 +3,81 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- _libgcc_mutex=0.1=conda_forge
7-
- _openmp_mutex=4.5=2_gnu
8-
- bcrypt=4.3.0=py311hdae7d1d_1
9-
- brotli-python=1.1.0=py311hfdbb021_3
10-
- bzip2=1.0.8=h4bc722e_7
11-
- ca-certificates=2025.6.15=hbd8a1cb_0
12-
- certifi=2025.6.15=pyhd8ed1ab_0
13-
- cffi=1.17.1=py311hf29c0ef_0
14-
- charset-normalizer=3.4.2=pyhd8ed1ab_0
15-
- click=8.2.1=pyh707e725_0
16-
- colorama=0.4.6=pyhd8ed1ab_1
17-
- cryptography=45.0.4=py311hafd3f86_0
18-
- cyrus-sasl=2.1.28=hd9c7081_0
19-
- daiquiri=3.0.0=pyhd3deb0d_0
20-
- decorator=5.2.1=pyhd8ed1ab_0
21-
- deprecated=1.2.18=pyhd8ed1ab_0
22-
- exceptiongroup=1.3.0=pyhd8ed1ab_0
23-
- fabric=3.2.2=pyhd8ed1ab_1
24-
- greenlet=3.2.3=py311hfdbb021_0
25-
- h2=4.2.0=pyhd8ed1ab_0
26-
- hpack=4.1.0=pyhd8ed1ab_0
27-
- hyperframe=6.1.0=pyhd8ed1ab_0
28-
- icu=75.1=he02047a_0
29-
- idna=3.10=pyhd8ed1ab_1
30-
- iniconfig=2.0.0=pyhd8ed1ab_1
31-
- invoke=2.2.0=pyhd8ed1ab_1
32-
- keyutils=1.6.1=h166bdaf_0
33-
- krb5=1.21.3=h659f571_0
34-
- ld_impl_linux-64=2.43=h1423503_5
35-
- libedit=3.1.20250104=pl5321h7949ede_0
36-
- libexpat=2.7.0=h5888daf_0
37-
- libffi=3.4.6=h2dba641_1
38-
- libgcc=15.1.0=h767d61c_2
39-
- libgcc-ng=15.1.0=h69a702a_2
40-
- libgomp=15.1.0=h767d61c_2
41-
- liblzma=5.8.1=hb9d3cd8_2
42-
- libnsl=2.0.1=hd590300_0
43-
- libntlm=1.8=hb9d3cd8_0
44-
- libpq=17.5=h27ae623_0
45-
- libsodium=1.0.20=h4ab18f5_0
46-
- libsqlite=3.50.1=hee588c1_0
47-
- libstdcxx=15.1.0=h8f9b012_2
48-
- libstdcxx-ng=15.1.0=h4852527_2
49-
- libuuid=2.38.1=h0b41bf4_0
50-
- libxcrypt=4.4.36=hd590300_1
51-
- libzlib=1.3.1=hb9d3cd8_2
52-
- ncurses=6.5=h2d0b736_3
53-
- openldap=2.6.10=he970967_0
54-
- openssl=3.5.0=h7b32b05_1
55-
- packaging=25.0=pyh29332c3_1
56-
- paramiko=3.5.1=pyhd8ed1ab_0
57-
- pip=25.1.1=pyh8b19718_0
58-
- pluggy=1.6.0=pyhd8ed1ab_0
59-
- psycopg2=2.9.10=py311h83e8966_0
60-
- pycparser=2.22=pyh29332c3_1
61-
- pygments=2.19.1=pyhd8ed1ab_0
62-
- pynacl=1.5.0=py311h9ecbd09_4
63-
- pysocks=1.7.1=pyha55dd90_7
64-
- pytest=8.4.1=pyhd8ed1ab_0
65-
- python=3.11.13=h9e4cc4f_0_cpython
66-
- python-json-logger=2.0.7=pyhd8ed1ab_0
67-
- python_abi=3.11=7_cp311
68-
- readline=8.2=h8c095d6_2
69-
- requests=2.32.4=pyhd8ed1ab_0
70-
- setuptools=80.9.0=pyhff2d567_0
71-
- six=1.17.0=pyhd8ed1ab_0
72-
- sqlalchemy=1.4.46=py311h2582759_0
73-
- tk=8.6.13=noxft_hd72426e_102
74-
- tomli=2.2.1=pyhd8ed1ab_1
75-
- typing_extensions=4.14.0=pyhe01879c_0
76-
- tzdata=2025b=h78e105d_0
77-
- urllib3=2.4.0=pyhd8ed1ab_0
78-
- wheel=0.45.1=pyhd8ed1ab_1
79-
- wrapt=1.17.2=py311h9ecbd09_0
80-
- zstandard=0.23.0=py311h9ecbd09_2
6+
- _libgcc_mutex=0.1
7+
- _openmp_mutex=4.5
8+
- bcrypt=4.3.0
9+
- brotli-python=1.1.0
10+
- bzip2=1.0.8
11+
- ca-certificates=2025.6.15
12+
- certifi=2025.6.15
13+
- cffi=1.17.1
14+
- charset-normalizer=3.4.2
15+
- click=8.2.1
16+
- colorama=0.4.6
17+
- cryptography=45.0.4
18+
- cyrus-sasl=2.1.28
19+
- daiquiri=3.0.0
20+
- decorator=5.2.1
21+
- deprecated=1.2.18
22+
- exceptiongroup=1.3.0
23+
- fabric=3.2.2
24+
- greenlet=3.2.3
25+
- h2=4.2.0
26+
- hpack=4.1.0
27+
- hyperframe=6.1.0
28+
- icu=75.1
29+
- idna=3.10
30+
- iniconfig=2.0.0
31+
- invoke=2.2.0
32+
- keyutils=1.6.1
33+
- krb5=1.21.3
34+
- ld_impl_linux-64=2.43
35+
- libedit=3.1.20250104
36+
- libexpat=2.7.0
37+
- libffi=3.4.6
38+
- libgcc=15.1.0
39+
- libgcc-ng=15.1.0
40+
- libgomp=15.1.0
41+
- liblzma=5.8.1
42+
- libnsl=2.0.1
43+
- libntlm=1.8
44+
- libpq=17.5
45+
- libsodium=1.0.20
46+
- libsqlite=3.50.2
47+
- libstdcxx=15.1.0
48+
- libstdcxx-ng=15.1.0
49+
- libuuid=2.38.1
50+
- libxcrypt=4.4.36
51+
- libzlib=1.3.1
52+
- ncurses=6.5
53+
- openldap=2.6.10
54+
- openssl=3.5.1
55+
- packaging=25.0
56+
- paramiko=3.5.1
57+
- pip=25.1.1
58+
- pluggy=1.6.0
59+
- psycopg2=2.9.10
60+
- pycparser=2.22
61+
- pygments=2.19.2
62+
- pynacl=1.5.0
63+
- pysocks=1.7.1
64+
- pytest=8.4.1
65+
- python=3.11.13
66+
- python-json-logger=2.0.7
67+
- python_abi=3.11
68+
- readline=8.2
69+
- requests=2.32.4
70+
- setuptools=80.9.0
71+
- six=1.17.0
72+
- sqlalchemy=1.4.46
73+
- tk=8.6.13
74+
- tomli=2.2.1
75+
- typing_extensions=4.14.0
76+
- tzdata=2025b
77+
- urllib3=2.5.0
78+
- wheel=0.45.1
79+
- wrapt=1.17.2
80+
- zstandard=0.23.0
81+
- pip:
82+
- pastaplus-prune==2024.1.1
8183
prefix: /home/servilla/miniconda3/envs/prune

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ iniconfig==2.0.0
2020
invoke==2.2.0
2121
packaging==25.0
2222
paramiko==3.5.1
23+
pastaplus.prune==2024.1.1
2324
pip==25.1.1
2425
pluggy==1.6.0
2526
psycopg2==2.9.10
2627
pycparser==2.22
27-
Pygments==2.19.1
28+
Pygments==2.19.2
2829
PyNaCl==1.5.0
2930
PySocks==1.7.1
3031
pytest==8.4.1
@@ -35,7 +36,7 @@ six==1.17.0
3536
SQLAlchemy==1.4.46
3637
tomli==2.2.1
3738
typing_extensions==4.14.0
38-
urllib3==2.4.0
39+
urllib3==2.5.0
3940
wheel==0.45.1
4041
wrapt==1.17.2
4142
zstandard==0.23.0

0 commit comments

Comments
 (0)