Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Oct 14, 2024
1 parent 217fa66 commit ff94fa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: 1.10
version: "1.10"
- uses: julia-actions/julia-docdeploy@v1
env:
PYTHON: ""
Expand Down
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ Manopt = "0.5"
Optim = "1"
RecursiveArrayTools = "2"
Requires = "1"
StableRNGs = "1"
StatsAPI = "1"
julia = "1.10"

[extras]
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Manifolds", "RecursiveArrayTools"]
test = ["Test", "Manifolds", "RecursiveArrayTools", "StableRNGs"]

0 comments on commit ff94fa0

Please sign in to comment.