Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingWorkshop committed Apr 26, 2024
2 parents 1937082 + f11aecc commit 72aec47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: which julia
continue-on-error: true
- name: Install Julia, but only if it is not already available in the PATH
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@v2
with:
version: '1'
arch: ${{ runner.arch }}
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LocalApproximationValueIteration = "0.4.3"
LocalFunctionApproximation = "1.1.1"
MCTS = "0.5.5"
ManifoldLearning = "0.9"
MultivariateStats = "0.9"
MultivariateStats = "0.9, 0.10"
NearestNeighbors = "0.4"
POMDPModels = "0.4.20"
POMDPTools = "0.1.6"
Expand Down

0 comments on commit 72aec47

Please sign in to comment.