Skip to content

Commit 6ce38c7

Browse files
committed
Fully remove cython
1 parent 13fa027 commit 6ce38c7

3 files changed

Lines changed: 0 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ requires = [
33
"setuptools",
44
"packaging",
55
"wheel",
6-
"qutip>=5.3.0",
7-
"numpy",
86
]
97
build-backend = "setuptools.build_meta"
108

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
# Required third-party imports, must be specified in pyproject.toml.
88
import packaging.version
99
import setuptools
10-
from Cython.Build import cythonize
11-
import qutip
12-
import qutip.core.cy as qutip_cc
13-
import numpy
1410

1511

1612
def process_options():

src/qutip_cuquantum/qobjevo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#cython: language_level=3
2-
31
import cuquantum.densitymat as cudense
42
from cuquantum.densitymat import Operator
53

0 commit comments

Comments
 (0)