File tree Expand file tree Collapse file tree 8 files changed +7
-10
lines changed
resources/leiningen/new/geni Expand file tree Collapse file tree 8 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ VERSION=`cat resources/GENI_REPL_RELEASED_VERSION`
3
3
4
4
build :
5
5
cp project.clj docker/project.clj
6
- cp examples/geni-clj-app/deps.edn docker/deps.edn
7
6
docker build -f docker/Dockerfile \
8
7
-t $(DOCKERNAME ) :latest \
9
8
docker
Original file line number Diff line number Diff line change 19
19
com.fasterxml.jackson.core/jackson-databind]}
20
20
; ; Optional: Spark XGBoost
21
21
ml.dmlc/xgboost4j-spark_2.12 {:mvn/version " 1.0.0" }
22
- ml.dmlc/xgboost4j_2.12 {:mvn/version " 1.0.0" }
23
- ; ; Geni
24
- zero.one/geni {:mvn/version " 0.0.34" }}}
22
+ ml.dmlc/xgboost4j_2.12 {:mvn/version " 1.0.0" }}}
Original file line number Diff line number Diff line change 22
22
[ml.dmlc/xgboost4j-spark_2.12 " 1.2.0" ]
23
23
[ml.dmlc/xgboost4j_2.12 " 1.2.0" ]])
24
24
25
- (defproject zero.one /geni " 0.0.34 "
25
+ (defproject zero.one /geni " 0.0.35 "
26
26
:jvm-opts [" -Duser.country=US" " -Duser.language=en" ]
27
27
:description " A Clojure dataframe library that runs on Spark"
28
28
:url " https://github.com/zero-one-group/geni"
Original file line number Diff line number Diff line change 21
21
ml.dmlc/xgboost4j-spark_2.12 {:mvn/version " 1.0.0" }
22
22
ml.dmlc/xgboost4j_2.12 {:mvn/version " 1.0.0" }
23
23
; ; Geni
24
- zero.one/geni {:mvn/version " 0.0.34 " }}}
24
+ zero.one/geni {:mvn/version " 0.0.35 " }}}
Original file line number Diff line number Diff line change 1
- (defproject geni /lein-template " 0.0.34 "
1
+ (defproject geni /lein-template " 0.0.35 "
2
2
:description " Leiningen template for a Geni application."
3
3
:url " https://github.com/zero-one-group/geni/tree/develop/lein-template"
4
4
:license {:name " Apache License"
Original file line number Diff line number Diff line change 4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
5
5
:url " https://www.eclipse.org/legal/epl-2.0/" }
6
6
:dependencies [[org.clojure/clojure " 1.10.1" ]
7
- [zero.one/geni " 0.0.34 " ]
7
+ [zero.one/geni " 0.0.35 " ]
8
8
[metosin/jsonista " 0.2.7" ]
9
9
[expound " 0.8.6" ]
10
10
; ; Spark
Original file line number Diff line number Diff line change 22
22
[ml.dmlc/xgboost4j-spark_2.12 " 1.2.0" ]
23
23
[ml.dmlc/xgboost4j_2.12 " 1.2.0" ]])
24
24
25
- (defproject zero.one /geni " 0.0.34 "
25
+ (defproject zero.one /geni " 0.0.35 "
26
26
:jvm-opts [" -Duser.country=US" " -Duser.language=en" ]
27
27
:description " A Clojure dataframe library that runs on Spark"
28
28
:url " https://github.com/zero-one-group/geni"
Original file line number Diff line number Diff line change 1
- 0.0.34
1
+ 0.0.35
You can’t perform that action at this time.
0 commit comments