Skip to content

Commit

Permalink
Update API tutorials to v 1.5 (#829)
Browse files Browse the repository at this point in the history
* Updated image classification to 1.5

* Updated bike demand forecasting to 1.5
  • Loading branch information
luisquintanilla authored Jun 30, 2020
1 parent f11b058 commit 61e842c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="$(MicrosoftMLVersion)" />
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="$(MicrosoftMLVersion)" />
<PackageReference Include="Microsoft.ML.Vision" Version="$(MicrosoftMLVersion)" />
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="1.15.0" />
<PackageReference Include="Microsoft.ML" Version="1.5.0" />
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.5.0" />
<PackageReference Include="Microsoft.ML.Vision" Version="1.5.0" />
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.2.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="$(MicrosoftMLVersion)" />
<PackageReference Include="Microsoft.ML.TimeSeries" Version="$(MicrosoftMLVersion)" />
<PackageReference Include="System.Data.SqlClient" Version="4.7.0" />
<PackageReference Include="Microsoft.ML" Version="1.5.0" />
<PackageReference Include="Microsoft.ML.TimeSeries" Version="1.5.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.1" />
</ItemGroup>

</Project>

0 comments on commit 61e842c

Please sign in to comment.