NVIDIA / fsi-samples

A collection of open-source GPU accelerated Python tools and examples for quantitative analyst tasks and leverages RAPIDS AI project, Numba, cuDF, and Dask.
271 stars 115 forks source link

[REVIEW] Add CI scripts and conda recipe #74

Closed raydouglass closed 4 years ago

raydouglass commented 4 years ago

I tied the version of cudf/dask-cudf to the same version of gQuant which probably isn't correct since the tags and branches do not match between the two.

@avolkov1 What version of cudf is compatible? The unit tests fail with v0.11 nightlies.

avolkov1 commented 4 years ago

We have not tested with v0.11. Current master and development branches of gQuant should work with version 0.10.

raydouglass commented 4 years ago

Do I need to setup "GitHub pull request builder plugin"?

Nope, I'll take care of the rest of the setup.