We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee50a93 commit 7cab324Copy full SHA for 7cab324
.github/workflows/Testing.yaml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
version:
14
- - '1.10'
+ - '1.7'
15
- '1'
16
- 'nightly'
17
os:
Project.toml
@@ -3,7 +3,7 @@ uuid = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f"
3
license = "MIT"
4
desc = "Tape based task copying in Turing"
5
repo = "https://github.com/TuringLang/Libtask.jl.git"
6
-version = "0.9"
+version = "0.8.8"
7
8
[deps]
9
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
@@ -14,7 +14,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
FunctionWrappers = "1.1"
LRUCache = "1.3"
-julia = "1.10"
+julia = "1.7"
18
19
[extras]
20
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
0 commit comments