Skip to content

Commit

Permalink
Update compat bounds and bump version (#155)
Browse files Browse the repository at this point in the history
* Update compat bounds and bump version

Adds support for Flux 0.14, and Optimisers 0.3

* Add 1.9 for CI tests
  • Loading branch information
lorenzoh authored Aug 31, 2023
1 parent 172e619 commit 518e5f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
matrix:
version:
- '1.6'
- '1.9'
os:
- ubuntu-latest
- macOS-latest
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FluxTraining"
uuid = "7bf95e4d-ca32-48da-9824-f0dc5310474f"
authors = ["lorenzoh <[email protected]>"]
version = "0.3.8"
version = "0.3.9"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand Down Expand Up @@ -33,13 +33,13 @@ BSON = "0.2, 0.3"
ChainRulesCore = "1"
DataStructures = "0.18"
EarlyStopping = "0.1, 0.2, 0.3"
Flux = "0.11, 0.12, 0.13"
Flux = "0.11, 0.12, 0.13, 0.14"
Glob = "1.3"
Graphs = "1"
ImageCore = "0.8, 0.9"
ImageCore = "0.8, 0.9, 0.10"
InlineTest = "0.2"
OnlineStats = "1.5"
Optimisers = "0.2"
Optimisers = "0.2, 0.3"
ParameterSchedulers = "0.3.1"
Parameters = "0.12"
PrettyTables = "1, 1.1, 1.2, 2"
Expand Down

2 comments on commit 518e5f3

@lorenzoh
Copy link
Member Author

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/90582

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.3.9 -m "<description of version>" 518e5f3b91e8e6ea2de3e5eb5af4cb67d13775ea
git push origin v0.3.9

Please sign in to comment.