We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54089b commit f9c2beeCopy full SHA for f9c2bee
3 files changed
Makefile
@@ -5,6 +5,7 @@ python-install:
5
pip3 install .
6
7
python-install-development:
8
+
9
pip3 install .[development]
10
11
python-install-editable:
setup.cfg
@@ -24,6 +24,7 @@ install_requires =
24
importlib-metadata; python_version<"3.13"
25
cython
26
numpy==2.3.5
27
+ cuda-toolkit[cudart,nvcc,nvjpeg] == 12.4.1
28
29
[options.entry_points]
30
console_scripts =
setup.py
@@ -1,5 +1,4 @@
1
import sysconfig
2
-import os
3
4
from setuptools import setup, Extension
import numpy as np
0 commit comments