Skip to content

Commit 72339c4

Browse files
committed
datatype colorize test.
1 parent 6616555 commit 72339c4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:license {:name "EPL-2.0"
55
:url "https://www.eclipse.org/legal/epl-2.0/"}
66
:dependencies [[org.clojure/clojure "1.10.1"]
7-
[techascent/tech.datatype "4.51"]
7+
[techascent/tech.datatype "4.53"]
88
[camel-snake-kebab "0.4.0"]]
99
:repl-options {:init-ns user}
1010
:java-source-paths ["java"])

src/libpython_clj/py_modules/numpy.clj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
(ns libpython-clj.py-modules.numpy
22
(:require [libpython-clj.python :as py]
33
[libpython-clj.export-module-symbols
4-
:refer [export-module-symbols]]))
4+
:refer [export-module-symbols]])
5+
(:refer-clojure :exclude [test take str sort short require repeat partition
6+
mod min max long load int identity float empty double
7+
conj char cast byte]))
58

69

710
(export-module-symbols "numpy")

0 commit comments

Comments
 (0)