Skip to content

Commit 626aa32

Browse files
committed
Update to v10.000 dtype-next
1 parent 9c9e013 commit 626aa32

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:paths ["src"]
22
:deps {org.clojure/clojure {:mvn/version "1.11.1" :scope "provided"}
3-
cnuernber/dtype-next {:mvn/version "10.000-beta-49"}
3+
cnuernber/dtype-next {:mvn/version "10.000"}
44
net.java.dev.jna/jna {:mvn/version "5.12.1"}
55
org.clojure/data.json {:mvn/version "1.0.0"}
66
;;Replace me with caffeine...

test/libpython_clj2/java_api_test.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
(:require [libpython-clj2.java-api :as japi]
33
[libpython-clj2.python.ffi :as py-ffi]
44
[libpython-clj2.python :as py]
5-
[tech.v3.datatype.jvm-map :as jvm-map]
65
[clojure.test :refer [deftest is]]))
76

87

0 commit comments

Comments
 (0)