Skip to content

Commit

Permalink
Update dependencies in env.yml with explicit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunt05 committed Nov 30, 2023
1 parent d02347e commit 7a4cacd
Showing 1 changed file with 35 additions and 39 deletions.
74 changes: 35 additions & 39 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,41 @@ name: suews-dev
channels:
- conda-forge
dependencies:
- python=3.9
- geopandas
- geoplot
- pandas
- xarray
- h5netcdf
- psutil
- notebook
- jupyterlab
- ipykernel
- dask
- descartes
- rtree
- mapclassify
- contextily
- pygeos
- sphinx
- nbsphinx
- recommonmark
- pytables
- scikit-image
- black
- fprettify
- fortls
- salem
- matplotlib
- seaborn
- scipy
- jupyter
- scikit-learn
- click
- f90nml
- dask[complete]
- lmfit
- pytest
- chardet
- floweaver
- openpyxl
- pip
- black=22.12.0
- click=8.1.3
- click-plugins=1.1.1
- contextily=1.2.0
- dask-core=2023.1.0
- descartes=1.1.0
- f90nml=1.4.3
- floweaver=2.0.0
- geopandas=0.12.2
- geopandas-base=0.12.2
- ipykernel=6.20.2
- jupyter_client=7.4.9
- jupyter_core=5.1.3
- jupyterlab_widgets=3.0.5
- lmfit=1.1.0
- mapclassify=2.5.0
- matplotlib-base=3.6.2
- matplotlib-inline=0.1.6
- openpyxl=3.0.10
- pandas=1.5.2
- pip=22.3.1
- psutil=5.9.4
- pytables=3.7.0
- python=3.10.8
- python-dateutil=2.8.2
- python-fastjsonschema=2.16.2
- python_abi=3.10
- rtree=1.0.1
- salem=0.3.8
- scikit-image=0.19.3
- scikit-learn=1.2.0
- scipy=1.10.0
- seaborn=0.12.2
- seaborn-base=0.12.2
- xarray=2022.12.0
- pip:
- f90wrap==0.2.12
- atmosp

0 comments on commit 7a4cacd

Please sign in to comment.