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 87bcf98 commit 3921cc5Copy full SHA for 3921cc5
dune-project
@@ -100,7 +100,9 @@
100
; (ocamlformat
101
; (>= 0.26.2)
102
; :with-dev-setup)
103
- (arrayjit (= 0.4.1))
+ ; Here we mean (arrayjit (= 0.4.1)), but we must be compatible with arrayjit.dev during installation.
104
+ (arrayjit
105
+ (>= 0.4.1))
106
printbox
107
printbox-text
108
ocannl_npy
neural_nets_lib.opam
@@ -17,7 +17,7 @@ depends: [
17
"dune" {>= "3.11"}
18
"base" {>= "v0.17.0"}
19
"core" {>= "v0.17.0"}
20
- "arrayjit" {= "0.4.1"}
+ "arrayjit" {>= "0.4.1"}
21
"printbox"
22
"printbox-text"
23
"ocannl_npy"
0 commit comments