Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott committed Dec 10, 2024
1 parent f7d4cba commit 183d02f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- '1'
- '6' # t>2 might be ignored on Julia <= 1.5
version:
- '1.6'
- '1.10'
- '1' # automatically expands to the latest stable 1.x release of Julia
- 'nightly'
steps:
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Tullio"
uuid = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
authors = ["Michael Abbott"]
version = "0.3.7"
version = "0.3.8"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -26,17 +26,17 @@ CUDA = "4, 5"
ChainRulesCore = "1"
DiffRules = "1"
FillArrays = "0.11, 0.12, 0.13, 1"
ForwardDiff = "0.10"
ForwardDiff = "0.10, 1.0"
KernelAbstractions = "0.9"
LoopVectorization = "0.12.101"
NamedDims = "0.2"
OffsetArrays = "1"
Requires = "1"
TensorOperations = "4"
TensorOperations = "4, 5"
Tracker = "0.2"
VectorizationBase = "0.21.23"
Zygote = "0.6.33"
julia = "1.8"
julia = "1.10"

[extras]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down

0 comments on commit 183d02f

Please sign in to comment.