File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33using Keras . Models ;
44using Keras . Optimizers ;
55using Numpy ;
6+ using Python . Runtime ;
67using System ;
78using System . Collections . Generic ;
89using System . IO ;
Original file line number Diff line number Diff line change 22using Keras . Utils ;
33using Numpy ;
44using Numpy . Models ;
5- using Python . Deployment ;
65using Python . Runtime ;
76using System ;
87using System . Collections . Generic ;
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments