Skip to content

Commit

Permalink
Add curl for notebook testing (#1281)
Browse files Browse the repository at this point in the history
Adds `curl` as a notebook dependency which is used in two notebooks: `notebooks/nyc_taxi_years_correlation.ipynb` & `notebooks/ZipCodes_Stops_PiP_cuSpatial.ipynb` (https://github.com/search?q=repo%3Arapidsai%2Fcuspatial+curl&type=code).

This is similar to rapidsai/cugraph#3918 and will fix errors in the notebooks tests in `rapidsai/docker`.

Authors:
   - Ray Douglass (https://github.com/raydouglass)

Approvers:
   - AJ Schmidt (https://github.com/ajschmidt8)
  • Loading branch information
raydouglass authored Oct 10, 2023
1 parent 6c9ac11 commit 32d908f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- cudf==23.10.*
- cuml==23.10.*
- cupy>=12.0.0
- curl
- cxx-compiler
- cython>=3.0.0
- doxygen
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
- cudf==23.10.*
- cuml==23.10.*
- cupy>=12.0.0
- curl
- cxx-compiler
- cython>=3.0.0
- doxygen
Expand Down
3 changes: 3 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@ dependencies:
- output_types: [requirements, pyproject]
packages:
- pyproj>=3.6.0,<3.7a0
- output_types: [conda]
packages:
- curl
py_version:
specific:
- output_types: conda
Expand Down

0 comments on commit 32d908f

Please sign in to comment.