chore(trainer): bump csv dependency

This commit is contained in:
Anna 2021-04-23 13:30:23 -04:00
parent 0a96858447
commit 9a7e5dc37b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="ConsoleTables" Version="2.4.2"/>
<PackageReference Include="CsvHelper" Version="26.1.0"/>
<PackageReference Include="CsvHelper" Version="27.0.1"/>
<PackageReference Include="Microsoft.ML" Version="1.5.5"/>
</ItemGroup>