Skip to content

Commit

Permalink
feat: Include the inferenceql.gpm.sppl wrapper dep
Browse files Browse the repository at this point in the history
This dependency is not strictly necessary in all cases,
but the Nix workflow to support a different set of deps
for users of SPPL would be rather extra complex.
  • Loading branch information
ships committed Mar 20, 2024
1 parent 0b2ae2c commit 2b0f16f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deps-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
"git-dir": "https/github.com/cognitect-labs/test-runner",
"hash": "sha256-PUNd+dHJNPTKno59YI27wpehyULYPvSyCQDjVIadKJ4="
},
{
"lib": "io.github.inferenceql/inferenceql.gpm.sppl",
"url": "https://github.com/inferenceql/inferenceql.gpm.sppl.git",
"rev": "f745dbb0c17c1a9da21488b7bd3098338ab7d7a2",
"git-dir": "https/github.com/inferenceql/inferenceql.gpm.sppl",
"hash": "sha256-4EJqRFT3/95kyriEYMIZxn+TavhMFPE7Yxv6lC1s0lI="
},
{
"lib": "io.github.inferenceql/inferenceql.inference",
"url": "https://github.com/inferenceql/inferenceql.inference.git",
Expand Down
1 change: 1 addition & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
net.cgrand/macrovich {:mvn/version "0.2.1"}
net.cgrand/xforms {:mvn/version "0.19.2"}
io.github.inferenceql/inferenceql.inference {:git/sha "40e77dedf680b7936ce988b66186a86f5c4db6a5"}
io.github.inferenceql/inferenceql.gpm.sppl {:git/sha "f745dbb0c17c1a9da21488b7bd3098338ab7d7a2"}
io.github.clojure/tools.build {:git/sha "8e78bccc35116f6b6fc0bf0c125dba8b8db8da6b"}
org.babashka/sci {:mvn/version "0.3.32"}
org.clojure/clojure {:mvn/version "1.11.1"}
Expand Down

0 comments on commit 2b0f16f

Please sign in to comment.