Skip to content

Commit

Permalink
Added sklearn as a requirement, had missed it
Browse files Browse the repository at this point in the history
  • Loading branch information
Immudzen committed Sep 24, 2019
1 parent 901e089 commit 0e0ebf9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
1 change: 0 additions & 1 deletion CADETMatch.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
README.md
setup.cfg
setup.py
CADETMatch/__init__.py
CADETMatch/__main__.py
CADETMatch/autocorr.py
CADETMatch/cache.py
Expand Down
1 change: 1 addition & 0 deletions CADETMatch.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ pandas
h5py
CADET
seaborn
sklearn
2 changes: 1 addition & 1 deletion CADETMatch.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CADETMatch

9 changes: 5 additions & 4 deletions CADETMatch/CADETMatch.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<StartupFile>match.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<WorkingDirectory>..</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>CADETMatch</Name>
<RootNamespace>CADETMatch</RootNamespace>
<IsWindowsApplication>False</IsWindowsApplication>
<InterpreterId>Global|ContinuumAnalytics|Anaconda37-64</InterpreterId>
<InterpreterId>CondaEnv|CondaEnv|CADETMatch</InterpreterId>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<CommandLineArguments>"F:\temp\example\fit\example.json" 2</CommandLineArguments>
<CommandLineArguments>"F:\DS9\fractionation\NSGA3_binding_fractions.json" 2</CommandLineArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<InterpreterArguments>
</InterpreterArguments>
Expand Down Expand Up @@ -390,7 +390,7 @@
<Compile Include="video_spearman.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="__init__.py">
<Compile Include="init__.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
Expand All @@ -405,6 +405,7 @@
<Folder Include="search\retired\" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="CondaEnv|CondaEnv|CADETMatch" />
<InterpreterReference Include="Global|ContinuumAnalytics|Anaconda37-64" />
<InterpreterReference Include="Global|PythonCore|3.7" />
</ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
'pandas',
'h5py',
'CADET',
'seaborn'
'seaborn',
'sklearn'
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 0e0ebf9

Please sign in to comment.