20 lines
342 B
YAML
20 lines
342 B
YAML
name: test_atmos_chem_env
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python=3.11
|
|
- jupyter
|
|
- numpy
|
|
- pandas
|
|
- matplotlib
|
|
- plotly=5.18
|
|
- h5py=3.10
|
|
- pybis=1.35
|
|
- openssl
|
|
- scipy
|
|
# I installed openpyxl through anaconda manager from their default curated channels
|
|
- openpyxl=3.0.10
|
|
- pip:
|
|
- pygit2==1.14
|