Skip to content

Commit

Permalink
Fix reference to correct YamlDotNet version
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Dec 3, 2024
1 parent a401ce5 commit 97cb36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _topics/_08_reproducible_research_practices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pip install pydantic
5. Ensure that the `src/bonsai/Extensions.csproj` defines the following dependencies:
```xml
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="YamlDotNet" Version="16.2.1" />
<PackageReference Include="YamlDotNet" Version="13.1.1" />
```

6. The repository has two demos: `demo1` and `demo2`. They can be identically. For `demo1`:
Expand Down

0 comments on commit 97cb36b

Please sign in to comment.