Skip to content

Commit b416875

Browse files
committed
Numpy.Bare: Upgrade Pythonnet to v3.0.1
1 parent bb36667 commit b416875

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Numpy.Bare/Numpy.Bare.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<RepositoryUrl>https://github.com/SciSharp/Numpy.NET</RepositoryUrl>
1515
<PackageTags>Data science, Machine Learning, AI, Scientific Computing, NumPy, Linear Algebra, FFT, SVD, Matrix, Python</PackageTags>
1616
<PackageLicenseUrl>https://github.com/SciSharp/Numpy.NET/blob/master/LICENSE</PackageLicenseUrl>
17-
<Version>3.7.1.28</Version>
17+
<Version>3.11.1.33</Version>
1818
<PackageIconUrl>https://github.com/SciSharp/Numpy.NET/blob/master/doc/img/numpy.net.icon128.png?raw=true</PackageIconUrl>
1919
<AssemblyVersion>3.7.1.4</AssemblyVersion>
2020
</PropertyGroup>
@@ -86,8 +86,8 @@
8686
</ItemGroup>
8787

8888
<ItemGroup>
89-
<PackageReference Include="Microsoft.CSharp" Version="4.5.0"></PackageReference>
90-
<PackageReference Include="pythonnet_netstandard_py37_win" Version="2.5.1"></PackageReference>
89+
<PackageReference Include="Microsoft.CSharp" Version="4.7.0"></PackageReference>
90+
<PackageReference Include="pythonnet" Version="3.0.1" />
9191
</ItemGroup>
9292

9393
<ItemGroup>

0 commit comments

Comments
 (0)