Skip to content

Commit

Permalink
Merge pull request #92 from DrChainsaw/compathelper/new_version/2023-…
Browse files Browse the repository at this point in the history
…08-26-01-09-25-064-04073837743

CompatHelper: bump compat for Optimisers to 0.3, (keep existing compat)
  • Loading branch information
DrChainsaw authored Dec 28, 2023
2 parents 42f5dd2 + 2fb7d6b commit fb470fd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 35 deletions.
30 changes: 0 additions & 30 deletions .appveyor.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
fail-fast: true
matrix:
version:
- '1.9' # Trying to not waste my minutes here...
- '1.10' # Trying to not waste my minutes here...
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
steps:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Flux = "0.13, 0.14"
Functors = "0.2, 0.3, 0.4"
JuMP = "0.19, 0.20, 0.21, 0.22, 0.23, 1"
NaiveNASlib = "2.0.6"
Optimisers = "0.2"
Optimisers = "0.2, 0.3"
PrecompileTools = "1"
Reexport = "0.2.0, 1.0"
Setfield = "0.3.4, 0.5, 0.6, 0.7, 0.8, 1.0"
Expand Down
3 changes: 0 additions & 3 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ NaiveNASlib = "bd45eb3e-47ce-54bd-9eaf-e86c5f900853"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Optimisers = "0.2"

0 comments on commit fb470fd

Please sign in to comment.