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 16326c2 commit 8fceb82Copy full SHA for 8fceb82
.github/workflows/test.yml
@@ -17,6 +17,7 @@ jobs:
17
matrix:
18
version:
19
- '1.6'
20
+ - '1'
21
- 'nightly'
22
os:
23
- ubuntu-latest
Project.toml
@@ -33,7 +33,7 @@ NNlib = "0.7"
33
NNlibCUDA = "0.1"
34
Reexport = "1.1"
35
Zygote = "0.6"
36
-julia = "1.6 - 1.7"
+julia = "1.6"
37
38
[extras]
39
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
0 commit comments