Skip to content

Commit

Permalink
CompatHelper: bump compat for Flux to 0.14, (keep existing compat) (#283
Browse files Browse the repository at this point in the history
)

* CompatHelper: bump compat for Flux to 0.14, (keep existing compat)

* Update patch version

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: lorenzoh <[email protected]>
  • Loading branch information
3 people authored Aug 31, 2023
1 parent ddb3a98 commit 6bddbcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FastAI"
uuid = "5d0beca9-ade8-49ae-ad0b-a3cf890e669f"
authors = ["Lorenz Ohly", "Julia Community"]
version = "0.5.1"
version = "0.5.2"

[deps]
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
Expand Down Expand Up @@ -30,7 +30,7 @@ DataDeps = "0.7"
FeatureRegistries = "0.1"
FileIO = "1.7"
FilePathsBase = "0.9"
Flux = "0.12, 0.13"
Flux = "0.12, 0.13, 0.14"
FluxTraining = "0.2, 0.3"
InlineTest = "0.2"
JLD2 = "0.4"
Expand Down

2 comments on commit 6bddbcf

@lorenzoh
Copy link
Member

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 created: JuliaRegistries/General/90585

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.5.2 -m "<description of version>" 6bddbcfca64071c3930879d8bc9c13cb249f7a50
git push origin v0.5.2

Please sign in to comment.