We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978de01 commit 154086eCopy full SHA for 154086e
deps.edn
@@ -2,7 +2,7 @@
2
:mvn/repos {"central" {:url "https://repo1.maven.org/maven2/"}
3
"clojars" {:url "https://clojars.org/repo"}}
4
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
5
- clj-python/libpython-clj {:mvn/version "1.36"}
+ clj-python/libpython-clj {:mvn/version "1.37"}
6
org.clojure/data.csv {:mvn/version "0.1.4"}}
7
:aliases
8
{:test {:extra-paths ["test"]
project.clj
@@ -1,5 +1,5 @@
1
(defproject gigasquid/libpython-clj-examples "0.1.0"
- :description "FIXME: my new application."
+ :description "Example codes that use libpython-clj with various Python libraries"
:url "https://github.com/gigasquid/libpython-clj-examples"
:license {:name "Eclipse Public License - v 1.0"
:url "http://www.eclipse.org/legal/epl-v10.html"
0 commit comments