Oceania2018 6 years ago
parent
commit
8546b8d8ff
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/TensorFlowHub/TensorFlowHub.csproj
  2. +1
    -1
      src/TensorFlowNET.Core/TensorFlowNET.Core.csproj

+ 1
- 1
src/TensorFlowHub/TensorFlowHub.csproj View File

@@ -17,6 +17,6 @@
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NumSharp" Version="0.20.0-alpha1" />
<PackageReference Include="NumSharp" Version="0.20.0" />
</ItemGroup>
</Project>

+ 1
- 1
src/TensorFlowNET.Core/TensorFlowNET.Core.csproj View File

@@ -52,7 +52,7 @@ Docs: https://tensorflownet.readthedocs.io</Description>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.5.1" />
<PackageReference Include="NumSharp" Version="0.20.0-alpha1" />
<PackageReference Include="NumSharp" Version="0.20.0" />
</ItemGroup>

<ItemGroup>


Loading…
Cancel
Save