Skip to content

Commit 183d02f

Browse files
committed
bump versions
1 parent f7d4cba commit 183d02f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- '1'
2727
- '6' # t>2 might be ignored on Julia <= 1.5
2828
version:
29-
- '1.6'
29+
- '1.10'
3030
- '1' # automatically expands to the latest stable 1.x release of Julia
3131
- 'nightly'
3232
steps:

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Tullio"
22
uuid = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
33
authors = ["Michael Abbott"]
4-
version = "0.3.7"
4+
version = "0.3.8"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -26,17 +26,17 @@ CUDA = "4, 5"
2626
ChainRulesCore = "1"
2727
DiffRules = "1"
2828
FillArrays = "0.11, 0.12, 0.13, 1"
29-
ForwardDiff = "0.10"
29+
ForwardDiff = "0.10, 1.0"
3030
KernelAbstractions = "0.9"
3131
LoopVectorization = "0.12.101"
3232
NamedDims = "0.2"
3333
OffsetArrays = "1"
3434
Requires = "1"
35-
TensorOperations = "4"
35+
TensorOperations = "4, 5"
3636
Tracker = "0.2"
3737
VectorizationBase = "0.21.23"
3838
Zygote = "0.6.33"
39-
julia = "1.8"
39+
julia = "1.10"
4040

4141
[extras]
4242
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

0 commit comments

Comments
 (0)