Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Bonsai and OpenCv #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/EmotionalCities.Pupil/EmotionalCities.Pupil.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
<PackageTags>Bonsai Rx Pupil Eye Tracker</PackageTags>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>net472</TargetFramework>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionPrefix>0.1.1</VersionPrefix>
<VersionSuffix>rc4</VersionSuffix>
<LangVersion>8.0</LangVersion>
<Features>strict</Features>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bonsai.Core" Version="2.7.3" />
<PackageReference Include="Bonsai.Core" Version="2.8.1" />
<PackageReference Include="Bonsai.ZeroMQ" Version="0.2.0" />
<PackageReference Include="FFmpeg.AutoGen" Version="6.0.0" />
<PackageReference Include="FFmpeg.AutoGen.Abstractions" Version="6.0.0" />
<PackageReference Include="FFmpeg.AutoGen.Bindings.DynamicallyLoaded" Version="6.0.0" />
<PackageReference Include="NetMQ.Zyre" Version="1.0.0-rc1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="OpenCV.Net" Version="3.4.1" />
<PackageReference Include="OpenCV.Net" Version="3.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
11 changes: 0 additions & 11 deletions src/workflows/Extensions.csproj

This file was deleted.

8 changes: 0 additions & 8 deletions src/workflows/NuGet.Config

This file was deleted.

209 changes: 0 additions & 209 deletions src/workflows/frame-decoder.bonsai

This file was deleted.

Loading