Skip to content

Commit

Permalink
update devcontainer env file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcook1186 committed Jan 9, 2024
1 parent 0b800d1 commit 8082ce8
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .devcontainer/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ channels:
- conda-forge
- defaults
dependencies:
- xarray
- dask
- netCDF4
- bottleneck
- scipy
- pip
- pip:
- miepython
- click==8
- statsmodels
- seaborn
- plotnine
- pre-commit
- flask
- gunicorn
- requests
- flask-cors
- bump2version
- streamlit
- python-dotenv
- streamlit
- pandas
- dask[complete]
- matplotlib
- miepython
- netCDF4
- scipy
- seaborn
- xarray
- plotnine
- statsmodels
- pytest
- tqdm
- pyyaml
- bump2version
- plotly
prefix: /opt/conda

0 comments on commit 8082ce8

Please sign in to comment.