We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fdae3 commit cca5a3cCopy full SHA for cca5a3c
projects/ml/text-classification/deps.edn
@@ -1,11 +1,8 @@
1
-{:deps {scicloj.ml.xgboost {:git/url "https://github.com/scicloj/scicloj.ml.xgboost"
2
- :git/sha "db8af224d349db51e2cce0444d0caef2abc26f81"}
+{:deps {org.scicloj/scicloj.ml.xgboost {:mvn/version "6.2.0"}
3
4
org.clojure/clojure {:mvn/version "1.12.0"}
5
org.scicloj/clay {:mvn/version "2-alpha78"}
6
scicloj/tablecloth {:mvn/version "7.029.2"}
7
- org.clojure/data.csv {:mvn/version "1.1.0"}
8
- org.scicloj/metamorph.ml {:git/url "https://github.com/scicloj/metamorph.ml"
9
- :git/sha "6cd751f7c06dd2964a9ea108204f059ee29bb66c"}}
+ org.clojure/data.csv {:mvn/version "1.1.0"}}
10
:aliases {:dev {:jvm-opts ["-Djava.awt.headless=true"]}}
11
- }
+ }
0 commit comments