Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 14, 2024
1 parent a5e1ae3 commit a9cf33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The package's primary purpose is to automate the various bits of preprocessing t

It is responsible for the following:

- Determing the correct dependencies for the package, based on the target CUDA version and architecture
- Determining the correct dependencies for the package, based on the target CUDA version and architecture
- *by running [`rapids-dependency-file-generator`](https://github.com/rapidsai/dependency-file-generator)*
- Modifying the package name to include a CUDA suffix (e.g. `"rmm" -> "rmm-cu11"`)
- Updating the git commit embedded in the importable package.
Expand Down Expand Up @@ -88,5 +88,5 @@ build-backend = "setuptools.build_meta"
dependencies-file = "dependencies.yaml"
requires = [
"cython>=3.0.0",
]
]
```

0 comments on commit a9cf33a

Please sign in to comment.