Skip to content

Commit

Permalink
renderable update
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Oct 18, 2019
1 parent b8164c6 commit e4c3f91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions buildInstall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lein do clean, install
7 changes: 3 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
(defproject pinkgorilla-ui-core-matrix "0.1.1"
(defproject pinkgorilla-ui-core-matrix "0.1.2"
:description "PinkGorilla REPL integration for core.matrix datasets"
:url "https://github.com/pink-gorilla/core-matrix-gorilla"
:license {:name "MIT"}
:repositories [["clojars" {:url "https://clojars.org/repo"
:username "pinkgorillawb"
:sign-releases false}]]
:dependencies
[[org.clojure/clojure "1.8.0"]
[[org.clojure/clojure "1.9.0-alpha14"]
[net.mikera/core.matrix "0.56.0"]
[org.clojure/data.codec "0.1.0"]
;[org.clojars.deas/gorilla-renderable "2.1.0"] ;PinkGorilla Renderable
[pinkgorilla.ui.gorilla-renderable "1.0.1"] ;PinkGorilla Renderable
[pinkgorilla.ui.gorilla-renderable "2.0.7"] ;PinkGorilla Renderable
])
2 changes: 1 addition & 1 deletion src/pinkgorilla/ui/core_matrix.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[clojure.core.matrix.impl.dataset :as md]
[clojure.core.matrix.dataset :as cd]
[clojure.core.matrix :as cm]
[gorilla-renderable.core :as render] ;pink-gorilla Renderable
[pinkgorilla.ui.gorilla-renderable :as render] ;pink-gorilla Renderable
))

(defn list-like
Expand Down

0 comments on commit e4c3f91

Please sign in to comment.