Skip to content

Commit

Permalink
Updating docs to remove spurious outdated arrow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Jan 26, 2025
1 parent c95bb4f commit b82d716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tech/v3/libs/arrow.clj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
flatbuffer and schema definitions:
```clojure
[org.apache.arrow/arrow-vector \"6.0.0\"]
;; netty isn't required and will inevitably conflict with some more recent version
[org.apache.arrow/arrow-vector \"6.0.0\":exclusions [netty/netty io.netty/netty-common]]
[com.cnuernber/jarrow \"1.000\"]
[org.apache.commons/commons-compress \"1.21\"]
Expand Down

0 comments on commit b82d716

Please sign in to comment.