We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277b98a commit 8fdc8bbCopy full SHA for 8fdc8bb
requirements.txt
@@ -2,6 +2,7 @@ numpy>=1.16
2
qutip>=4.5
3
attrs>=20
4
colorednoise>=1.1.1
5
+cython>=0.29.20
6
jupyter
7
scipy
8
matplotlib
setup.py
@@ -24,6 +24,7 @@
24
"numpy>=1.16",
25
"colorednoise>=1.1.1",
26
"attrs>=20",
27
+ "cython>=0.29.20",
28
"matplotlib",
29
"scipy",
30
"jupyter",
0 commit comments