Browse Source

Remove unused dependency

tags/v0.70.2-NET6
glopesdev Haiping 3 years ago
parent
commit
56b4b18982
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      src/TensorFlowNET.Core/Tensorflow.Binding.csproj
  2. +0
    -1
      test/TensorFlowNET.Keras.UnitTest/PreprocessingTests.cs

+ 0
- 1
src/TensorFlowNET.Core/Tensorflow.Binding.csproj View File

@@ -92,7 +92,6 @@ https://tensorflownet.readthedocs.io</Description>

<ItemGroup>
<PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.144" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Protobuf.Text" Version="0.5.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
</ItemGroup>


+ 0
- 1
test/TensorFlowNET.Keras.UnitTest/PreprocessingTests.cs View File

@@ -7,7 +7,6 @@ using Tensorflow.NumPy;
using static Tensorflow.KerasApi;
using Tensorflow;
using Tensorflow.Keras.Datasets;
using Microsoft.Extensions.DependencyInjection;

namespace TensorFlowNET.Keras.UnitTest
{


Loading…
Cancel
Save