Skip to content

Commit 41be26d

Browse files
committed
fix: Depend on OCaml 5.3.0
1 parent dc4f625 commit 41be26d

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

dune-project

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"Nx is the core component of the Raven ecosystem providing efficient numerical computation with multi-device support. It offers NumPy-like functionality with the benefits of OCaml's type system.")
4343
(depends
4444
(ocaml
45-
(>= 5.2.0))
45+
(>= 5.3.0))
4646
dune
4747
(dune-configurator :build)
4848
stdlib-shims
@@ -70,7 +70,7 @@
7070
"A collection of common datasets for machine learning tasks, including image classification, regression, and more. This package provides easy access to popular datasets in a format compatible with Nx.")
7171
(depends
7272
(ocaml
73-
(>= 5.2.0))
73+
(>= 5.3.0))
7474
dune
7575
(dune-configurator :build)
7676
stdlib-shims
@@ -90,7 +90,7 @@
9090
"Text processing library that extends Nx with natural language processing capabilities. Provides tokenization, encoding, and text manipulation functionality compatible with the Nx tensor library.")
9191
(depends
9292
(ocaml
93-
(>= 5.2.0))
93+
(>= 5.3.0))
9494
dune
9595
(dune-configurator :build)
9696
stdlib-shims
@@ -128,7 +128,7 @@
128128
"Rune provides automatic differentiation capabilities and experimental JIT compilation for the Raven ecosystem. It enables gradient-based optimization and supports functional transformations like grad, value_and_grad, and vmap, making it the foundation for deep learning in OCaml.")
129129
(depends
130130
(ocaml
131-
(>= 5.2.0))
131+
(>= 5.3.0))
132132
dune
133133
(dune-configurator :build)
134134
stdlib-shims
@@ -147,7 +147,7 @@
147147
"Kaun brings modern deep learning to OCaml with a flexible, type-safe API for building and training neural networks. It leverages Rune for automatic differentiation and computation graph optimization while maintaining OCaml's functional programming advantages.")
148148
(depends
149149
(ocaml
150-
(>= 5.2.0))
150+
(>= 5.3.0))
151151
dune
152152
(dune-configurator :build)
153153
stdlib-shims
@@ -171,7 +171,7 @@
171171
"Computer vision operations and algorithms built on top of the Rune library. Provides image processing, feature extraction, and other vision-related functionality.")
172172
(depends
173173
(ocaml
174-
(>= 5.2.0))
174+
(>= 5.3.0))
175175
dune
176176
(dune-configurator :build)
177177
stdlib-shims
@@ -191,7 +191,7 @@
191191
(lib toplevel_libs))
192192
(depends
193193
(ocaml
194-
(>= 5.2.0))
194+
(>= 5.3.0))
195195
dune
196196
(dune-configurator :build)
197197
stdlib-shims
@@ -233,7 +233,7 @@
233233
"Hugin is a powerful visualization library for OCaml that produces publication-quality plots and charts. It integrates with the Raven ecosystem to provide visualization of Nx data.")
234234
(depends
235235
(ocaml
236-
(>= 5.2.0))
236+
(>= 5.3.0))
237237
dune
238238
(dune-configurator :build)
239239
stdlib-shims
@@ -252,7 +252,7 @@
252252
; "OCaml bindings to Google's XLA compiler for machine learning computations. XLA optimizes linear algebra computations for various hardware accelerators including GPUs and TPUs.")
253253
; (depends
254254
; (ocaml
255-
; (>= 5.2.0))
255+
; (>= 5.3.0))
256256
; dune
257257
; ctypes
258258
; ctypes-foreign

hugin.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags: ["visualization" "plotting" "charts" "data-science" "graphics"]
1111
homepage: "https://github.com/raven-ml/raven"
1212
bug-reports: "https://github.com/raven-ml/raven/issues"
1313
depends: [
14-
"ocaml" {>= "5.2.0"}
14+
"ocaml" {>= "5.3.0"}
1515
"dune" {>= "3.19"}
1616
"dune-configurator" {build}
1717
"stdlib-shims"

kaun.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags: ["neural-networks" "machine-learning" "deep-learning"]
1111
homepage: "https://github.com/raven-ml/raven"
1212
bug-reports: "https://github.com/raven-ml/raven/issues"
1313
depends: [
14-
"ocaml" {>= "5.2.0"}
14+
"ocaml" {>= "5.3.0"}
1515
"dune" {>= "3.19"}
1616
"dune-configurator" {build}
1717
"stdlib-shims"

nx-datasets.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tags: [
1717
homepage: "https://github.com/raven-ml/raven"
1818
bug-reports: "https://github.com/raven-ml/raven/issues"
1919
depends: [
20-
"ocaml" {>= "5.2.0"}
20+
"ocaml" {>= "5.3.0"}
2121
"dune" {>= "3.19"}
2222
"dune-configurator" {build}
2323
"stdlib-shims"

nx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags: ["numerical-computation" "tensor-library" "machine-learning"]
1111
homepage: "https://github.com/raven-ml/raven"
1212
bug-reports: "https://github.com/raven-ml/raven/issues"
1313
depends: [
14-
"ocaml" {>= "5.2.0"}
14+
"ocaml" {>= "5.3.0"}
1515
"dune" {>= "3.19"}
1616
"dune-configurator" {build}
1717
"stdlib-shims"

quill.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags: [
1313
homepage: "https://github.com/raven-ml/raven"
1414
bug-reports: "https://github.com/raven-ml/raven/issues"
1515
depends: [
16-
"ocaml" {>= "5.2.0"}
16+
"ocaml" {>= "5.3.0"}
1717
"dune" {>= "3.19"}
1818
"dune-configurator" {build}
1919
"stdlib-shims"

rune.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license: "ISC"
1010
homepage: "https://github.com/raven-ml/raven"
1111
bug-reports: "https://github.com/raven-ml/raven/issues"
1212
depends: [
13-
"ocaml" {>= "5.2.0"}
13+
"ocaml" {>= "5.3.0"}
1414
"dune" {>= "3.19"}
1515
"dune-configurator" {build}
1616
"stdlib-shims"

saga.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags: ["text-processing" "nlp" "natural-language-processing" "tokenization"]
1111
homepage: "https://github.com/raven-ml/raven"
1212
bug-reports: "https://github.com/raven-ml/raven/issues"
1313
depends: [
14-
"ocaml" {>= "5.2.0"}
14+
"ocaml" {>= "5.3.0"}
1515
"dune" {>= "3.19"}
1616
"dune-configurator" {build}
1717
"stdlib-shims"

sowilo.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags: [
1313
homepage: "https://github.com/raven-ml/raven"
1414
bug-reports: "https://github.com/raven-ml/raven/issues"
1515
depends: [
16-
"ocaml" {>= "5.2.0"}
16+
"ocaml" {>= "5.3.0"}
1717
"dune" {>= "3.19"}
1818
"dune-configurator" {build}
1919
"stdlib-shims"

0 commit comments

Comments
 (0)