Skip to content

Commit f315cb2

Browse files
authored
Fix no Python build (#451)
1 parent 8926a8a commit f315cb2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pgml-extension/docker/Cargo.toml.no-python

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgml"
3-
version = "2.0.0-development"
3+
version = "2.0.2"
44
edition = "2021"
55

66
[lib]
@@ -19,7 +19,6 @@ python = ["pyo3"]
1919
[dependencies]
2020
pgx = "=0.4.5"
2121
xgboost = { git="https://github.com/postgresml/rust-xgboost.git" }
22-
smartcore = { git="https://github.com/smartcorelib/smartcore.git", branch="development", features = ["serde", "ndarray-bindings"] }
2322
once_cell = "1"
2423
rand = "0.8"
2524
ndarray = { version = "0.15.6", features = ["serde", "blas"] }
@@ -43,6 +42,8 @@ linfa-svm = { path = "deps/linfa/algorithms/linfa-svm", features = ["serde"] }
4342
anyhow = { version = "1.0" }
4443
indexmap = { version = "1.0", features = ["serde"] }
4544
signal-hook = "0.3"
45+
flate2 = "1.0"
46+
csv = "1.1"
4647

4748
[dev-dependencies]
4849
pgx-tests = "=0.4.5"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy