Skip to content

Commit

Permalink
REL Update cuDF version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-wendt committed Oct 28, 2018
1 parent 612ca60 commit 3e1c3ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda-recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ requirements:
run:
- python
- setuptools
- libgdf 0.1.0a4.*
- libgdf_cffi 0.1.0a4.*
- libgdf 0.2.0.*
- libgdf_cffi 0.2.0.*
- pandas 0.20.*
- numba>=0.40.0dev

Expand Down
4 changes: 2 additions & 2 deletions libgdf/python/setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
from setuptools import setup

setup(name='libgdf_cffi',
version="0.1.0a1",
version="0.2.0",
packages=["libgdf_cffi"],
setup_requires=["cffi>=1.0.0"],
cffi_modules=["libgdf_cffi/libgdf_build.py:ffibuilder"],
install_requires=["cffi>=1.0.0"],
)

setup(name='librmm_cffi',
version="0.1.0a1",
version="0.2.0",
packages=["librmm_cffi"],
setup_requires=["cffi>=1.0.0"],
cffi_modules=["librmm_cffi/librmm_build.py:ffibuilder"],
Expand Down

0 comments on commit 3e1c3ac

Please sign in to comment.