Skip to content

Commit 6447d65

Browse files
committed
Remove julia 1.9 support.
1 parent 5429f34 commit 6447d65

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- '1.9'
2524
- '1.10'
2625
- '1.11'
2726
- 'nightly'

Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ version = "0.1.1"
77
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
88
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
99
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
10-
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
1110
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
1211
DigitalAssetExchangeFormatIO = "43182933-f65b-495a-9e05-4d939cea427d"
1312
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
@@ -47,7 +46,6 @@ VMRobotControlMakieExt = "Makie"
4746
BenchmarkTools = "1"
4847
ColorTypes = "0.11, 0.12"
4948
Colors = "0.12, 0.13"
50-
DataStructures = "0.18"
5149
DiffResults = "1"
5250
DifferentialEquations = "7"
5351
DigitalAssetExchangeFormatIO = "1.1.3"
@@ -65,11 +63,12 @@ Observables = "0.5"
6563
OrderedCollections = "1"
6664
Pkg = "1"
6765
PreallocationTools = "0.4"
66+
ProgressMeter = "1"
6867
ResultTypes = "3, 4"
6968
SparseArrays = "1"
7069
StaticArrays = "1.8.1"
7170
StatsBase = "0.34"
72-
julia = "1.9"
71+
julia = "1.10"
7372

7473
[extras]
7574
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"

0 commit comments

Comments
 (0)