Skip to content

Commit

Permalink
add last compatibility entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Tessier committed Oct 9, 2021
1 parent 827b20d commit ea71b76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ReinforcementLearning = "158674fc-8238-5cab-b5ba-03dfc80d1318"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
RollingFunctions = "b0e4dd01-7b14-53d8-9b45-175a3e362653"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Expand All @@ -36,6 +35,8 @@ NNlib = "0.7"
ProgressBars = "1"
RollingFunctions = "0.6"
SimpleWeightedGraphs = "1.1"
ReinforcementLearning = "0.10"
Zygote = "0.6.26"
julia = "1.6"

[extras]
Expand Down

2 comments on commit ea71b76

@PierreTsr
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/46361

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.0 -m "<description of version>" ea71b76f56a6cab55630d705df11544a1fc5c3db
git push origin v0.4.0

Please sign in to comment.