From 0e0ebf9ac94bc826cd3630295b8a3a38d66fde19 Mon Sep 17 00:00:00 2001 From: William Heymann Date: Tue, 24 Sep 2019 15:58:36 +0200 Subject: [PATCH] Added sklearn as a requirement, had missed it --- CADETMatch.egg-info/SOURCES.txt | 1 - CADETMatch.egg-info/requires.txt | 1 + CADETMatch.egg-info/top_level.txt | 2 +- CADETMatch/CADETMatch.pyproj | 9 +++++---- setup.py | 3 ++- 5 files changed, 9 insertions(+), 7 deletions(-) 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",