We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cc6ff commit 7ad5dd8Copy full SHA for 7ad5dd8
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/timothycrosley/isort
3
- rev: 4.3.21
+ rev: 5.0.4
4
hooks:
5
- id: isort
6
- repo: https://github.com/ambv/black
python/setup.py
@@ -4,11 +4,12 @@
import sysconfig
from distutils.sysconfig import get_python_lib
7
-import versioneer
8
from Cython.Build import cythonize
9
from setuptools import find_packages, setup
10
from setuptools.extension import Extension
11
+import versioneer
12
+
13
install_requires = ["numba", "cython"]
14
cython_lib = ["rmm/_lib/**/*.pyx"]
15
cython_tests = ["rmm/tests/**/*.pyx"]
0 commit comments