Skip to content

Commit c5ac467

Browse files
author
Chris Nuernberger
committed
Full tests work again on latest ubuntu
1 parent c151408 commit c5ac467

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
com.cognitect/transit-clj {:mvn/version "1.0.333"}
6464
net.java.dev.jna/jna {:mvn/version "5.12.1"}
6565
uncomplicate/neanderthal {:mvn/version "0.49.1"}
66-
org.bytedeco/mkl {:mvn/version "2024.0-1.5.10"}
66+
org.bytedeco/mkl-platform-redist {:mvn/version "2025.3-1.5.13"}
6767
ch.qos.logback/logback-classic {:mvn/version "1.3.5"}
6868
com.clojure-goes-fast/clj-memory-meter {:mvn/version "0.1.0"}
6969
com.cnuernber/benchmark {:mvn/version "1.000-beta-2"}

src/tech/v3/dataset.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
be useful in some contexts to use the `:string` parser with sequences of maps or
9292
maps of columns.
9393
- `:parser-fn` -
94-
v - `keyword?` - all columns parsed to this datatype. For example:
94+
- `keyword?` - all columns parsed to this datatype. For example:
9595
`{:parser-fn :string}`
9696
- `map?` - `{column-name parse-method}` parse each column with specified
9797
`parse-method`.

0 commit comments

Comments
 (0)