improve: remove deps on tensorflow.net

This commit is contained in:
h z
2025-01-28 18:36:25 +00:00
parent ed9bfe9869
commit 8d7fe158c8
2 changed files with 51 additions and 30 deletions

View File

@@ -10,10 +10,4 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.16.0" />
<PackageReference Include="TensorFlow.Keras" Version="0.15.0" />
<PackageReference Include="TensorFlow.NET" Version="0.150.0" />
</ItemGroup>
</Project>