Skip to content

Commit 586c569

Browse files
committed
tentative package updates to address #382, #383, #406, #411, #413 (docker rebuild pending availability of new packages, but updated dockerfile in anticipation of this); and minor update towards #367, and help support dev towards this
1 parent 21e6c34 commit 586c569

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docker/environment.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@ dependencies:
77
- pandas=2.1.*
88
- fpdf2=2.7.*
99
- sqlalchemy=1.4.*
10-
- nicegui=1.4.18
11-
- cryptography=42.0.*
10+
- nicegui=1.4.21
11+
- cryptography=42.0.*,>=42.0.4
1212
- requests=2.31.*
1313
- tornado>=6.3.*
1414
- fonttools=4.43.*
1515
- jupyterlab=4.0.*
1616
- jupyter-lsp=2.2.*
1717
- urllib3=2.0.*
18-
- pillow=10.2.*
18+
- pillow=10.3.*
1919
- pip>=24.*
2020
- pyrosm=0.6.*
21-
- orjson==3.9.*
21+
- orjson==3.9.*,>=3.9.15
22+
- idna>=3.7
2223
- openpyxl
2324
- babel
2425
- cartopy
Binary file not shown.

process/subprocesses/_utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ def generate_metadata(
124124
f'{r.config["region_dir"]}/{r.config["codename"]}_metadata.xml'
125125
)
126126
command = f'pygeometa metadata generate "{yml_in}" --output "{metadata_path}" --schema iso19139-2'
127-
print(command)
128127
sp.call(command, shell=True)
129128
with open(metadata_path) as f:
130129
metadata = f.read()

0 commit comments

Comments
 (0)