Skip to content

Commit

Permalink
Merge pull request #35 from ederag/update_notebooks
Browse files Browse the repository at this point in the history
Fix notebooks
  • Loading branch information
brianguenter authored Aug 19, 2024
2 parents cf9bc2d + 3ad4ebf commit 3f7d2a6
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 4,565 deletions.
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

0 comments on commit 3f7d2a6

Please sign in to comment.