Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

project.clj 661 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
  1. (defproject clj-datasci-starter "0.1.0-SNAPSHOT"
  2. :description "A starting poiint for doing datascience with clojure in the repl or in clojupyter"
  3. :url "http://example.com/FIXME"
  4. :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
  5. :url "https://www.eclipse.org/legal/epl-2.0/"}
  6. :dependencies [[org.clojure/clojure "1.10.0"]
  7. [alembic "0.3.2"]
  8. ;; [cnuernber/libpython-clj "1.27"]
  9. ;; [panthera "0.1-alpha.16"]
  10. [techascent/tech.ml.dataset "1.61"]
  11. #_[cider/cider-nrepl "0.22.3"]]
  12. ;; :repl-options {:init-ns clj-datasci-starter.core}
  13. )
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...