Skip to content

Commit

Permalink
restrict OrdinaryDiffEq
Browse files Browse the repository at this point in the history
  • Loading branch information
ivborissov committed Jan 3, 2024
1 parent de6d360 commit fea413e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
matrix:
version:
- '1.7' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
#- '1' # automatically expands to the latest stable 1.x release of Julia
- '1' # automatically expands to the latest stable 1.x release of Julia
# - 'nightly'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LabelledArrays = "1.6.1"
NLopt = "0.6"
NaNMath = "1"
NodeJS = "2"
OrdinaryDiffEq = "6"
OrdinaryDiffEq = "6.0 - 6.55"
ProgressMeter = "1"
RecipesBase = "1"
RecursiveArrayTools = "2"
Expand Down

0 comments on commit fea413e

Please sign in to comment.