Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +0,0 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 7.1.1
hooks:
- id: flake8
args: [
"--exclude=.git,__pycache__,docs,notebooks,.github,.pytest_cache,venv",
"--ignore=E203,W503",
"--max-line-length=120"
]
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black"]
15 changes: 0 additions & 15 deletions .readthedocs.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE.txt

This file was deleted.

15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Package dependencies (CUDA 12)
```bash
pip install --upgrade --extra-index-url=https://pypi.nvidia.com \
"cudf-cu12==25.8.*" \
"dask-cudf-cu12==25.8.*" \
"cuml-cu12==25.8.*" \
"cugraph-cu12==25.8.*" \
"nx-cugraph-cu12==25.8.*" \
"cuxfilter-cu12==25.8.*" \
"cucim-cu12==25.8.*" \
"pylibraft-cu12==25.8.*" \
"raft-dask-cu12==25.8.*" \
"cuvs-cu12==25.8.*"\
"pylibcugraph-cu12==25.8.*"
```
168 changes: 0 additions & 168 deletions README.rst

This file was deleted.

Empty file.
Loading