Skip to content

Commit 034a225

Browse files
committed
Update environment
1 parent dc141b9 commit 034a225

2 files changed

Lines changed: 34 additions & 24 deletions

File tree

environment.yml

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6+
- _libgcc_mutex=0.1
7+
- _openmp_mutex=4.5
68
- blinker=1.9.0
79
- brotli-python=1.1.0
810
- bzip2=1.0.8
9-
- ca-certificates=2025.6.15
10-
- certifi=2025.6.15
11+
- ca-certificates=2025.8.3
12+
- certifi=2025.8.3
1113
- cffi=1.17.1
12-
- charset-normalizer=3.4.2
14+
- charset-normalizer=3.4.3
1315
- click=8.2.1
1416
- colorama=0.4.6
1517
- daiquiri=3.0.0
1618
- exceptiongroup=1.3.0
17-
- flask=3.1.1
18-
- h2=4.2.0
19+
- flask=3.1.2
20+
- h2=4.3.0
1921
- hpack=4.1.0
2022
- hyperframe=6.1.0
2123
- icu=75.1
@@ -25,23 +27,29 @@ dependencies:
2527
- itsdangerous=2.2.0
2628
- jansson=2.14.1
2729
- jinja2=3.1.6
28-
- libcxx=20.1.7
29-
- libexpat=2.7.0
30+
- ld_impl_linux-64=2.44
31+
- libexpat=2.7.1
3032
- libffi=3.4.6
33+
- libgcc=15.1.0
34+
- libgcc-ng=15.1.0
35+
- libgomp=15.1.0
3136
- libiconv=1.18
3237
- liblzma=5.8.1
33-
- libsqlite=3.50.1
38+
- libnsl=2.0.1
39+
- libsqlite=3.50.4
40+
- libstdcxx=15.1.0
41+
- libstdcxx-ng=15.1.0
42+
- libuuid=2.38.1
3443
- libxcrypt=4.4.36
3544
- libxml2=2.13.8
36-
- libxslt=1.1.39
45+
- libxslt=1.1.43
3746
- libzlib=1.3.1
38-
- lxml=5.4.0
3947
- markupsafe=3.0.2
4048
- ncurses=6.5
41-
- openssl=3.5.0
49+
- openssl=3.5.2
4250
- packaging=25.0
4351
- pcre2=10.45
44-
- pip=25.1.1
52+
- pip=25.2
4553
- pluggy=1.6.0
4654
- pycparser=2.22
4755
- pygments=2.19.2
@@ -51,21 +59,23 @@ dependencies:
5159
- python-json-logger=2.0.7
5260
- python_abi=3.12
5361
- readline=8.2
54-
- requests=2.32.4
62+
- requests=2.32.5
5563
- setuptools=80.9.0
5664
- tk=8.6.13
5765
- tomli=2.2.1
58-
- typing_extensions=4.14.0
66+
- typing_extensions=4.15.0
5967
- tzdata=2025b
6068
- urllib3=2.5.0
6169
- uwsgi=2.0.30
6270
- werkzeug=3.1.3
6371
- wheel=0.45.1
6472
- yaml=0.2.5
6573
- zipp=3.23.0
66-
- zstandard=0.23.0
74+
- zstandard=0.24.0
75+
- zstd=1.5.7
6776
- pip:
6877
- html5lib==1.1
78+
- lxml==5.4.0
6979
- owlrl==6.0.2
7080
- prettytable==3.16.0
7181
- pyparsing==3.2.3
@@ -75,4 +85,4 @@ dependencies:
7585
- soso==0.4.0
7686
- wcwidth==0.2.13
7787
- webencodings==0.5.1
78-
prefix: /opt/miniconda3/envs/seo
88+
prefix: /home/servilla/miniconda3/envs/seo

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
blinker==1.9.0
22
Brotli==1.1.0
3-
certifi==2025.6.15
3+
certifi==2025.8.3
44
cffi==1.17.1
5-
charset-normalizer==3.4.2
5+
charset-normalizer==3.4.3
66
click==8.2.1
77
colorama==0.4.6
88
daiquiri==3.0.0
99
exceptiongroup==1.3.0
10-
Flask==3.1.1
11-
h2==4.2.0
10+
Flask==3.1.2
11+
h2==4.3.0
1212
hpack==4.1.0
1313
html5lib==1.1
1414
hyperframe==6.1.0
@@ -21,7 +21,7 @@ lxml==5.4.0
2121
MarkupSafe==3.0.2
2222
owlrl==6.0.2
2323
packaging==25.0
24-
pip==25.1.1
24+
pip==25.2
2525
pluggy==1.6.0
2626
prettytable==3.16.0
2727
pycparser==2.22
@@ -32,17 +32,17 @@ PySocks==1.7.1
3232
pytest==8.4.1
3333
python-json-logger==2.0.7
3434
rdflib==7.1.4
35-
requests==2.32.4
35+
requests==2.32.5
3636
setuptools==80.9.0
3737
six==1.17.0
3838
soso==0.4.0
3939
tomli==2.2.1
40-
typing_extensions==4.14.0
40+
typing_extensions==4.15.0
4141
urllib3==2.5.0
4242
uWSGI==2.0.30
4343
wcwidth==0.2.13
4444
webencodings==0.5.1
4545
Werkzeug==3.1.3
4646
wheel==0.45.1
4747
zipp==3.23.0
48-
zstandard==0.23.0
48+
zstandard==0.24.0

0 commit comments

Comments
 (0)