Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed May 21, 2024
1 parent 447ca16 commit 8437218
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 53 deletions.
19 changes: 0 additions & 19 deletions workflow/envs/dashboard.yaml

This file was deleted.

30 changes: 16 additions & 14 deletions workflow/envs/osemosys-global.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
name: osemosys-global

channels:
- defaults
- bioconda
- conda-forge

dependencies:
- python>=3.9
- pip
- pip>=24.0

- pandas>=2.0
- urllib3
- matplotlib
- seaborn
- snakemake-minimal
- pytest
- scikit-learn
- cartopy
- pandas==2.0.3 # otoole req. Relax to 2.2 in upcoming release
- urllib3>=2.2
- matplotlib>=3.8
- seaborn>=0.13
- snakemake-minimal>=7.32
- pytest>=8.2
- scikit-learn>=1.4
- cartopy>=0.23
- geopandas>=0.14
- plotly>=5.22

- pip:
- world-bank-data
- otoole>=1.1.0
- dash
- geos
- git+https://github.com/OSeMOSYS/osemosys_global@master
- world-bank-data>=0.1.3
- otoole==1.1.2
- dash==2.17
- .
20 changes: 0 additions & 20 deletions workflow/envs/osemosys-minimal.yaml

This file was deleted.

0 comments on commit 8437218

Please sign in to comment.