Skip to content

Commit

Permalink
Compat bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
ffevotte committed Oct 7, 2023
1 parent 0dff99c commit 435a74a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- 'nightly'
- '1.9'
os:
- ubuntu-latest
- macOS-latest
Expand Down
10 changes: 9 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,12 @@ JLD2_Ext = "JLD2"
JSON_Ext = "JSON"

[compat]
julia = "1.9.3"
Electron = "5"
HDF5 = "0.17"
HTTP = "1.5"
JLD2 = "0.4"
JSON = "0.21"
JSServe = "2.2"
PrecompileTools = "1"
WGLMakie = "0.8.15"
julia = "1.9"

0 comments on commit 435a74a

Please sign in to comment.