We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc68245 commit affb20dCopy full SHA for affb20d
4 files changed
examples/citus/Gemfile
@@ -2,5 +2,5 @@ source "https://rubygems.org"
2
3
gemspec path: "../.."
4
5
-gem "numo-narray"
+gem "numo-narray-alt"
6
gem "pg"
examples/citus/example.rb
@@ -1,4 +1,4 @@
1
-require "numo/narray"
+require "numo/narray/alt"
require "pg"
require "pgvector"
examples/loading/Gemfile
examples/loading/example.rb
0 commit comments