Skip to content

Commit

Permalink
Merge pull request #180 from darribas/dask_ai
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime authored Aug 18, 2023
2 parents df0cbc6 + 17841d3 commit 65a72aa
Show file tree
Hide file tree
Showing 9 changed files with 1,049 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .ci/310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ channels:
- conda-forge
dependencies:
- python=3.10
- dask
- dask-geopandas
- distributed
- jupyterlab
- numpy
- geopandas
Expand Down
3 changes: 3 additions & 0 deletions .ci/311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ channels:
dependencies:
- python=3.11
- jupyterlab
- dask
- dask-geopandas
- distributed
- numpy
- geopandas
- pandas
Expand Down
5 changes: 4 additions & 1 deletion .ci/39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ channels:
- conda-forge
dependencies:
- python=3.9
- dask
- dask-geopandas
- distributed
- numpy
- geopandas
- pandas
Expand All @@ -29,4 +32,4 @@ dependencies:
- numpydoc
- nbsphinx
- joblib
- astropy
- astropy
3 changes: 3 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: tobler
channels:
- conda-forge
dependencies:
- dask-geopandas
- dask
- distributed
- jupyterlab
- numpy
- geopandas >=0.13
Expand Down
Loading

0 comments on commit 65a72aa

Please sign in to comment.