Skip to content

Commit 2ea442d

Browse files
...
1 parent 9967939 commit 2ea442d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Examples/BasicSamples/XOR.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using Keras.Models;
44
using Keras.Optimizers;
55
using Numpy;
6+
using Python.Runtime;
67
using System;
78
using System.Collections.Generic;
89
using System.IO;

Keras/Keras.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using Keras.Utils;
33
using Numpy;
44
using Numpy.Models;
5-
using Python.Deployment;
65
using Python.Runtime;
76
using System;
87
using System.Collections.Generic;

Keras/Keras.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1717
<AssemblyName>Keras</AssemblyName>
1818
<RootNamespace>Keras</RootNamespace>
19-
<Configurations>Debug;Release;Py3.6_WIN;Py2.7_WIN;Py3.6_OSX;Py2.7_Mono;Py3.6_Mono;Py2.7_OSX</Configurations>
19+
<Configurations>Debug;Release;Py3.11_WIN;Py3.11_OSX;Py3.11_Mono;</Configurations>
2020
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2121
<Platforms>AnyCPU;x64</Platforms>
2222
<Company>SciSharp</Company>
@@ -42,7 +42,7 @@
4242
</ItemGroup>
4343

4444
<ItemGroup>
45-
<PackageReference Include="Numpy" Version="3.11.1.33" />
45+
<PackageReference Include="Numpy.Bare" Version="3.11.1.33" />
4646
</ItemGroup>
4747

4848
</Project>

0 commit comments

Comments
 (0)