Skip to content

Commit f9c2bee

Browse files
committed
fix added cuda to dependencies
1 parent d54089b commit f9c2bee

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python-install:
55
pip3 install .
66

77
python-install-development:
8+
89
pip3 install .[development]
910

1011
python-install-editable:

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ install_requires =
2424
importlib-metadata; python_version<"3.13"
2525
cython
2626
numpy==2.3.5
27+
cuda-toolkit[cudart,nvcc,nvjpeg] == 12.4.1
2728

2829
[options.entry_points]
2930
console_scripts =

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import sysconfig
2-
import os
32

43
from setuptools import setup, Extension
54
import numpy as np

0 commit comments

Comments
 (0)