We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6370fe6 commit 018c41eCopy full SHA for 018c41e
3 files changed
requirements.txt
@@ -6,4 +6,3 @@ iminuit>2
6
treecorr>=5.0
7
fitsio>=0.9.12
8
scikit-learn>=0.18
9
-pyfftw
setup.py
@@ -46,7 +46,6 @@
46
"treecorr>=4.2",
47
"fitsio>=0.9.12",
48
"scikit-learn>=0.18",
49
- "pyfftw",
50
]
51
if sys.version >= "3.0":
52
dependencies += ["iminuit>2"]
treegp/meanify.py
@@ -4,7 +4,6 @@
4
5
import numpy as np
from scipy.stats import binned_statistic_2d
-import pyfftw # noqa: F401
import fitsio
import copy
10
0 commit comments