Add PGML remove submodules

This commit is contained in:
Silas Marvin
2024-06-04 08:10:53 -07:00
parent 3751d62a60
commit 3d335b45b2
3 changed files with 1 additions and 5 deletions

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "submodules/postgresml"]
path = submodules/postgresml
url = https://github.com/postgresml/postgresml

View File

@@ -27,7 +27,7 @@ tracing = "0.1.40"
xxhash-rust = { version = "0.8.5", features = ["xxh3"] } xxhash-rust = { version = "0.8.5", features = ["xxh3"] }
reqwest = { version = "0.11.25", features = ["blocking", "json"] } reqwest = { version = "0.11.25", features = ["blocking", "json"] }
ignore = "0.4.22" ignore = "0.4.22"
pgml = { path = "submodules/postgresml/pgml-sdks/pgml" } pgml = "1.0.4"
tokio = { version = "1.36.0", features = ["rt-multi-thread", "time"] } tokio = { version = "1.36.0", features = ["rt-multi-thread", "time"] }
indexmap = "2.2.5" indexmap = "2.2.5"
async-trait = "0.1.78" async-trait = "0.1.78"