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 e370862 commit 8338ea7Copy full SHA for 8338ea7
.github/workflows/CI.yml
@@ -34,9 +34,7 @@ jobs:
34
- macOS-latest
35
include:
36
- os: ubuntu-latest
37
- julia-version: '1.7'
38
- - os: ubuntu-latest
39
- julia-version: '1.6'
+ julia-version: '1.10'
40
41
steps:
42
- uses: actions/checkout@v2
Project.toml
@@ -1,7 +1,7 @@
1
name = "DynamicExpressions"
2
uuid = "a40a106e-89c9-4ca8-8020-a735e8728b6b"
3
authors = ["MilesCranmer <miles.cranmer@gmail.com>"]
4
-version = "1.0.2"
+version = "1.1.0"
5
6
[deps]
7
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -43,7 +43,7 @@ PrecompileTools = "1"
43
Reexport = "1"
44
SymbolicUtils = "0.19, ^1.0.5, 2, 3"
45
Zygote = "0.6"
46
-julia = "1.6"
+julia = "1.10"
47
48
[extras]
49
Bumper = "8ce10254-0962-460f-a3d8-1f77fea1446e"
0 commit comments