Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions continuous_integration/environment-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest-mpl
- pytest-cov
- dask
- tqdm
- flake8
- act-atmos
- pint
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/environment-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest-mpl
- pytest-cov
- dask
- tqdm
- flake8
- act-atmos
- pint
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/environment-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest-mpl
- pytest-cov
- dask
- tqdm
- flake8
- act-atmos
- pint
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/environment-3.13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest-mpl
- pytest-cov
- dask
- tqdm
- flake8
- act-atmos
- pint
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/environment_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- pytest-mpl
- pytest-cov
- dask
- tqdm
- flake8
- pint
- act-atmos
Expand Down
183 changes: 90 additions & 93 deletions emc2/simulator/subcolumn.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ openpyxl
matplotlib
scipy
dask
tqdm
netCDF4
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def read(filename):
'matplotlib',
'scipy',
'dask',
'tqdm',
'netCDF4',
],

Expand Down
Loading