Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakkumar1984 committed Apr 23, 2023
1 parent 9967939 commit 2ea442d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Examples/BasicSamples/XOR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Keras.Models;
using Keras.Optimizers;
using Numpy;
using Python.Runtime;
using System;
using System.Collections.Generic;
using System.IO;
Expand Down
1 change: 0 additions & 1 deletion Keras/Keras.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Keras.Utils;
using Numpy;
using Numpy.Models;
using Python.Deployment;
using Python.Runtime;
using System;
using System.Collections.Generic;
Expand Down
4 changes: 2 additions & 2 deletions Keras/Keras.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<AssemblyName>Keras</AssemblyName>
<RootNamespace>Keras</RootNamespace>
<Configurations>Debug;Release;Py3.6_WIN;Py2.7_WIN;Py3.6_OSX;Py2.7_Mono;Py3.6_Mono;Py2.7_OSX</Configurations>
<Configurations>Debug;Release;Py3.11_WIN;Py3.11_OSX;Py3.11_Mono;</Configurations>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Platforms>AnyCPU;x64</Platforms>
<Company>SciSharp</Company>
Expand All @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Numpy" Version="3.11.1.33" />
<PackageReference Include="Numpy.Bare" Version="3.11.1.33" />
</ItemGroup>

</Project>

0 comments on commit 2ea442d

Please sign in to comment.