Skip to content

Commit 8fdc8bb

Browse files
authored
Add Cython as explicit depedency (#11)
1 parent 277b98a commit 8fdc8bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ numpy>=1.16
22
qutip>=4.5
33
attrs>=20
44
colorednoise>=1.1.1
5+
cython>=0.29.20
56
jupyter
67
scipy
78
matplotlib

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"numpy>=1.16",
2525
"colorednoise>=1.1.1",
2626
"attrs>=20",
27+
"cython>=0.29.20",
2728
"matplotlib",
2829
"scipy",
2930
"jupyter",

0 commit comments

Comments
 (0)