Skip to content

Commit 9ce5354

Browse files
Merge pull request #4 from orcestra-campaign/fix_environment
Update environment.yaml
2 parents b054c56 + 911365a commit 9ce5354

File tree

2 files changed

+21
-29
lines changed

2 files changed

+21
-29
lines changed

environment.yaml

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,26 @@
11
name: hampprocenv
22
channels:
3-
- defaults
43
- conda-forge
4+
- defaults
5+
- rttools
56
dependencies:
6-
- bzip2=>1.0.8
7-
- ca-certificates=>2024.7.4
8-
- libexpat=>2.6.2
9-
- libffi=>3.4.2
10-
- libsqlite=>3.46.0
11-
- libzlib=>1.3.1
12-
- ncurses=>6.5
13-
- openssl=>3.3.1
14-
- pip=>24.2
15-
- python=>3.12.5
16-
- readline=>8.2
17-
- setuptools=>72.1.0
18-
- tk=>8.6.13
19-
- tzdata=>2024a
20-
- wheel=>0.44.0
21-
- xz=>5.2.6
7+
- python==3.12
8+
- pip
9+
- numpy
10+
- pandas
11+
- scipy
12+
- matplotlib
13+
- xarray==2025.1.2
14+
- netcdf4
15+
- zarr==2.18.3
16+
- pyyaml
17+
- dask
18+
- numcodecs
19+
- tqdm
20+
- ruamel.yaml
21+
- pyarts
2222
- pip:
23-
- numpy
24-
- pandas
25-
- scipy
26-
- matplotlib
27-
- xarray
28-
- netcdf4
29-
30-
# PLEASE NOTE:
31-
# you also need to install the pyorcestra package,
32-
# e.g. navigate to your pyorcestra directory and execute `python -m pip install -e .`
23+
- orcestra
24+
- fsspec
25+
- typhon
26+
- git+https://github.com/atmtools/pyarts-fluxes

process_config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
date: '20240827'
2-
flightletter: a
31
flightname: HALO-{date}{flightletter}
42
bahamas: ipns://latest.orcestra-campaign.org/products/HALO/position_attitude.zarr
53
radar: ipns://latest.orcestra-campaign.org/raw/HALO/radar/HALO-{date}{flightletter}/mom/*.nc

0 commit comments

Comments
 (0)