Numpy.Bare.OSX by Meinrad Recheis

<PackageReference Include="Numpy.Bare.OSX" Version="3.6.1.17" />

 Numpy.Bare.OSX 3.6.1.17

C# bindings for NumPy on OSX - a fundamental library for scientific computing, machine learning and AI. Does require Python 3.6 with NumPy 1.16 installed!

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Numpy.Bare.OSX</id>
    <version>3.6.1.17</version>
    <authors>Meinrad Recheis</authors>
    <owners>Meinrad Recheis</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/SciSharp/Numpy.NET/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/SciSharp/Numpy.NET</projectUrl>
    <iconUrl>https://github.com/SciSharp/Numpy.NET/blob/master/doc/img/numpy.net.icon128.png?raw=true</iconUrl>
    <description>C# bindings for NumPy on OSX - a fundamental library for scientific computing, machine learning and AI. Does require Python 3.6 with NumPy 1.16 installed!</description>
    <copyright>2019 - Meinrad Recheis</copyright>
    <tags>Data science, Machine Learning, AI, Scientific Computing, NumPy, Linear Algebra, FFT, SVD, Matrix, Python</tags>
    <repository url="https://github.com/SciSharp/Numpy.NET" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" />
        <dependency id="Python.Runtime.OSX" version="3.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>