Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b416875

Browse filesBrowse files
committed
Numpy.Bare: Upgrade Pythonnet to v3.0.1
1 parent bb36667 commit b416875
Copy full SHA for b416875

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎src/Numpy.Bare/Numpy.Bare.csproj

Copy file name to clipboardExpand all lines: src/Numpy.Bare/Numpy.Bare.csproj
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.