-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conda: update to cudf 0.15, arrow 0.17.1, pandas 1.1 (#351)
* Replace pandas.util.testing with new pandas.testing * conda: update to cudf 0.15, arrow 0.17.1, pandas 1.1 * Import Context, IpcMemHandle directly from pyarrow Also update move to arrow.ipc.read_schema (from arrow.read_schema). * Replace implicit conversions to arrow with explicit ones * Bump cuda runtime to 11.0 * Support testing Python 3.6 w/o GPU support. * Add tests for Python 3.8 * Bump pyarrow to 0.17 in setup.py * Switch container and test setup for pip Co-authored-by: Joel Clay <[email protected]>
- Loading branch information
1 parent
03f7f5e
commit 02fad48
Showing
10 changed files
with
105 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
#!/bin/bash | ||
|
||
set -e | ||
set -x | ||
# To be run from root of repo | ||
|
||
pip install -r ci/requirements.txt | ||
# GCC needed to build thrift wheel | ||
# git needed for setup.py scm version | ||
/opt/conda/bin/conda create -n omnisci-dev-pip python=${PYTHON} git gcc_linux-64 gxx_linux-64 --yes | ||
|
||
pip install -e . | ||
source /opt/conda/bin/activate omnisci-dev-pip | ||
|
||
pip install -e '.[test]' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters