Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/Testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
strategy:
matrix:
version:
- '1.3'
- '1.4'
- '1.7'
- '1'
- 'nightly'
os:
Expand Down
10 changes: 4 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,19 @@ uuid = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f"
license = "MIT"
desc = "Tape based task copying in Turing"
repo = "https://github.com/TuringLang/Libtask.jl.git"
version = "0.7.0"

version = "0.8.0"

[deps]
IRTools = "7869d1d1-7146-5819-86e3-90919afe41df"
CodeInfoTools = "bc773b8a-8374-437a-b9f2-0e9785855863"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
julia = "1.3"
MacroTools = "0.5"
IRTools = "0.4"
LRUCache = "1.3"
MacroTools = "0.5"
julia = "1.7"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
2 changes: 1 addition & 1 deletion src/Libtask.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Libtask

using IRTools
using CodeInfoTools
using MacroTools

using LRUCache
Expand Down
Loading