We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144c529 commit e09be46Copy full SHA for e09be46
pgml-extension/docker/Cargo.toml.no-python
@@ -8,12 +8,11 @@ crate-type = ["cdylib"]
8
9
[features]
10
default = ["pg15"]
11
-pg10 = ["pgrx/pg10", "pgrx-tests/pg10" ]
12
pg11 = ["pgrx/pg11", "pgrx-tests/pg11" ]
13
pg12 = ["pgrx/pg12", "pgrx-tests/pg12" ]
14
pg13 = ["pgrx/pg13", "pgrx-tests/pg13" ]
15
pg14 = ["pgrx/pg14", "pgrx-tests/pg14" ]
16
-pg14 = ["pgrx/pg15", "pgrx-tests/pg15" ]
+pg15 = ["pgrx/pg15", "pgrx-tests/pg15" ]
17
pg_test = []
18
python = ["pyo3"]
19
cuda = ["xgboost/cuda", "lightgbm/cuda"]
0 commit comments