Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix notebooks #35

Merged
merged 18 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1.8', '1.10']
version: ['1.10']
os: [ubuntu-latest, windows-latest]
arch: [x64]
include:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
jobs:
build:
name: Documentation
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1.8
version: '1.10'
- name: Install dependencies
run: |
xvfb-run julia --project=docs/ -e '
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Distributions = "0.24, 0.25"
FileIO = "1.4"
Format = "1.3"
ForwardDiff = "0.10"
GLMakie = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
GLMakie = "0.9"
GeometryBasics = "0.3, 0.4"
HTTP = "0.8, 0.9, 1"
ImageView = "0.10, 0.11, 0.12"
Expand All @@ -75,7 +75,7 @@ Ipopt = "0.6, 0.7, 0.8, 0.9, 1"
JuMP = "0.21, 0.22, 1"
LazySets = "1, 2"
Luxor = "2.10, 3"
Makie = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20"
Makie = "0.20"
MeshIO = "0.4"
NLopt = "0.6, 1"
Optim = "1.2"
Expand All @@ -94,7 +94,7 @@ StaticArrays = "1.0"
Statistics = "1"
StringEncodings = "0.3"
Unitful = "1.6"
WGLMakie = "0.4, 0.6, 0.7, 0.8, 0.9"
WGLMakie = "0.9"
ZipFile = "0.9, 0.10"
Zygote = "0.6"
julia = "1.5.2"
julia = "1.10"
1 change: 0 additions & 1 deletion docs/src/notebooksutils.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ CurrentModule = NotebooksUtils
run_sample
SetBackend
run
InitNotebook
```
Loading
Loading