Skip to content

Commit

Permalink
Merge pull request #25 from TheDisorderedOrganization/Project
Browse files Browse the repository at this point in the history
Project
  • Loading branch information
romainljsimon authored Feb 11, 2025
2 parents dab2285 + 3eb3a4f commit 4f869fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.11.3'
version: '1.9'

- name: Cache Julia packages
uses: actions/cache@v4
Expand Down
7 changes: 2 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
Coverage = "1.6.1"
Dates = "1.11.0"
LinearAlgebra = "1.11.0"
Random = "1.11.0"
Statistics = "1.11.1"
Test = "1.11.0"
Enzyme = "0.12.36"
julia = "1.9"

0 comments on commit 4f869fe

Please sign in to comment.