Skip to content

Commit

Permalink
➕ Add cuspatial again
Browse files Browse the repository at this point in the history
CUDA-accelerated GIS and spatiotemporal algorithms! A repeat of 58fdcdf, but with a newer version at v0.15.0! Also patch 852a643 by bumping up cuml version and switching the scikit-learn order.
  • Loading branch information
weiji14 committed Aug 19, 2020
1 parent eb61ff6 commit 3c540c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ channels:
- conda-forge
- rapidsai-nightly
dependencies:
- rapidsai-nightly::cuml=0.15.0a200817[md5=8e6ede59b1bc5742e21e1e5327173a8b]
- rapidsai-nightly::cuml=0.15.0a200819[md5=7febc89661b8dbc905dc3c52218f9954]
- rapidsai-nightly::cuspatial=0.15.0a200819[md5=c583588629008217835cbd84e50b8543]
- conda-forge::geos=3.8.1[md5=7282fbe0c036bacad959c03c05a7eb9a]
- conda-forge/label/dev::gmt=6.2.0.dev0+a1a189c[md5=915cb603613887002b58e09859aaac82]
- conda-forge::gxx_linux-64=7.5.0[md5=c6afca6a2bfe1ea0ff5566d300460501]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ pyepsg = "^0.4.0"
pygmt = {git = "https://github.com/GenericMappingTools/pygmt.git", rev = "v0.1.2-36-g4939ee2a"}
python = "^3.8"
pyproj = "^2.6.0"
scikit-learn = "^0.23.2"
toolz = "^0.10.0"
tqdm = "^4.48.2"
xarray = {git = "https://github.com/weiji14/xarray.git", rev = "v0.16.0-131-gda42dab0"}
xrviz = "^0.1.4"
scikit-learn = "^0.23.2"

[tool.poetry.dev-dependencies]
black = "^19.10b0"
Expand Down

0 comments on commit 3c540c9

Please sign in to comment.