We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The setup.py files in the folders within the /python directory contain the following snippets:
setup.py
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7",
We currently only support 3.7/3.8
Steps/Code to reproduce bug Examine these files:
Expected behavior To be updated to match the current supported Python versions
Environment overview (please complete the following information)
Environment details N/A
Additional context N/A
The text was updated successfully, but these errors were encountered:
@galipremsagar minor issue that can be fixed as part of the larger setup.py cleanup
Sorry, something went wrong.
Fix issues with building cudf in a non-conda environment (#7647)
f4d5bde
Extension to rapidsai/rmm#733 Also resolves: #7578 This PR introduces fixes to `setup.py` in cudf build and also adds a DockerFile with which one can create a container with cudf fully built from source. Arrow & rmm will also be built from the source. This PR also contains a `requirements.txt` which has packages needed by cudf and that are available to install via pip. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Devavret Makkar (https://github.com/devavret) - Keith Kraus (https://github.com/kkraus14) - Christopher Harris (https://github.com/cwharris) - AJ Schmidt (https://github.com/ajschmidt8) URL: #7647
galipremsagar
Successfully merging a pull request may close this issue.
Describe the bug
The
setup.py
files in the folders within the /python directory contain the following snippets:We currently only support 3.7/3.8
Steps/Code to reproduce bug
Examine these files:
Expected behavior
To be updated to match the current supported Python versions
Environment overview (please complete the following information)
Environment details
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: