Skip to content

Commit

Permalink
Clean deps
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <2283984853@qq.com>
  • Loading branch information
ErikQQY committed Jan 21, 2024
1 parent 4ba0a67 commit eb28949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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:
matrix:
version:
- '1'
- '1.7'
- '1.9'
os:
- ubuntu-latest
- macOS-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Polynomials = "3.2.13"
RecipesBase = "1.3.4"
Reexport = "1.2.2"
SciMLBase = "2.20.0"
SparseArrays = "1.7"
SparseArrays = "1.9"
SpecialFunctions = "2.3.1"
SpecialMatrices = "3.0.0"
ToeplitzMatrices = "0.8.3"
TruncatedStacktraces = "1.4.0"
UnPack = "1.0.2"
julia = "1.7"
julia = "1.9"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit eb28949

Please sign in to comment.