diff --git a/CADETMatch.egg-info/SOURCES.txt b/CADETMatch.egg-info/SOURCES.txt
index 86adbbc..fc4f3a2 100644
--- a/CADETMatch.egg-info/SOURCES.txt
+++ b/CADETMatch.egg-info/SOURCES.txt
@@ -1,7 +1,6 @@
README.md
setup.cfg
setup.py
-CADETMatch/__init__.py
CADETMatch/__main__.py
CADETMatch/autocorr.py
CADETMatch/cache.py
diff --git a/CADETMatch.egg-info/requires.txt b/CADETMatch.egg-info/requires.txt
index 308ed1e..788cd38 100644
--- a/CADETMatch.egg-info/requires.txt
+++ b/CADETMatch.egg-info/requires.txt
@@ -14,3 +14,4 @@ pandas
h5py
CADET
seaborn
+sklearn
diff --git a/CADETMatch.egg-info/top_level.txt b/CADETMatch.egg-info/top_level.txt
index 83fb8d3..8b13789 100644
--- a/CADETMatch.egg-info/top_level.txt
+++ b/CADETMatch.egg-info/top_level.txt
@@ -1 +1 @@
-CADETMatch
+
diff --git a/CADETMatch/CADETMatch.pyproj b/CADETMatch/CADETMatch.pyproj
index 33f9a18..a56a6be 100644
--- a/CADETMatch/CADETMatch.pyproj
+++ b/CADETMatch/CADETMatch.pyproj
@@ -7,14 +7,14 @@
match.py
- .
+ ..
.
CADETMatch
CADETMatch
False
- Global|ContinuumAnalytics|Anaconda37-64
+ CondaEnv|CondaEnv|CADETMatch
Standard Python launcher
- "F:\temp\example\fit\example.json" 2
+ "F:\DS9\fractionation\NSGA3_binding_fractions.json" 2
False
@@ -390,7 +390,7 @@
Code
-
+
Code
@@ -405,6 +405,7 @@
+
diff --git a/setup.py b/setup.py
index de50ea5..b37ffa3 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,8 @@
'pandas',
'h5py',
'CADET',
- 'seaborn'
+ 'seaborn',
+ 'sklearn'
],
classifiers=[
"Programming Language :: Python :: 3",