Skip to content

Commit

Permalink
Fixes #173
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Nov 27, 2020
1 parent 4a01e76 commit 44aafc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject techascent/tech.ml.dataset "5.00-beta-10-SNAPSHOT"
(defproject techascent/tech.ml.dataset "5.00-beta-9-SNAPSHOT"
:description "Clojure high performance data processing system"
:url "http://github.com/techascent/tech.ml.dataset"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.2-alpha1"]
[camel-snake-kebab "0.4.2"]
[cnuernber/dtype-next "6.00-beta-6"]
[cnuernber/dtype-next "6.00-beta-7"]
[techascent/tech.io "4.02"
:exclusions [org.apache.commons/commons-compress]]
[com.univocity/univocity-parsers "2.9.0"]
Expand Down

0 comments on commit 44aafc9

Please sign in to comment.