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 18b639c commit 87bcf98Copy full SHA for 87bcf98
dune-project
@@ -100,7 +100,7 @@
100
; (ocamlformat
101
; (>= 0.26.2)
102
; :with-dev-setup)
103
- arrayjit
+ (arrayjit (= 0.4.1))
104
printbox
105
printbox-text
106
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"
+ "arrayjit" {= "0.4.1"}
21
"printbox"
22
"printbox-text"
23
"ocannl_npy"
0 commit comments