Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
source ~/.cargo/env
cargo install cargo-pgrx --version "0.9.2" --locked
cargo install cargo-pgrx --version "0.9.7" --locked

if [[ ! -d ~/.pgrx ]]; then
cargo pgrx init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
working-directory: pgml-extension
command: install
args: cargo-pgrx --version "0.9.2" --locked
args: cargo-pgrx --version "0.9.7" --locked
- name: pgrx init
uses: postgresml/gh-actions-cargo@master
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ENV PATH="/home/postgresml/.cargo/bin:${PATH}"


# Install pgrx
RUN cargo install cargo-pgrx --version "0.9.2" --locked
RUN cargo install cargo-pgrx --version "0.9.7" --locked


COPY --chown=postgresml:postgresml ./ /app
Expand Down
2 changes: 1 addition & 1 deletion pgml-dashboard/content/docs/guides/setup/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Once there, you can initialize `pgrx` and get going:

#### Pgrx command line and environments
```commandline
cargo install cargo-pgrx --version "0.9.2" --locked && \
cargo install cargo-pgrx --version "0.9.7" --locked && \
cargo pgrx init # This will take a few minutes
```

Expand Down
4 changes: 2 additions & 2 deletions pgml-dashboard/content/docs/guides/setup/v2/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ version accordingly if yours is different. Other flavors of Linux should work, b

```
export POSTGRES_VERSION=15
cargo install cargo-pgrx --version "0.9.2" --locked && \
cargo install cargo-pgrx --version "0.9.7" --locked && \
cargo pgrx init --pg${POSTGRES_VERSION} /usr/bin/pg_config && \
cargo pgrx package
```
Expand All @@ -106,7 +106,7 @@ version accordingly if yours is different. Other flavors of Linux should work, b
```
export POSTGRES_VERSION=15
cp docker/Cargo.toml.no-python Cargo.toml && \
cargo install cargo-pgrx --version "0.9.2" --locked && \
cargo install cargo-pgrx --version "0.9.7" --locked && \
cargo pgrx init --pg${POSTGRES_VERSION} /usr/bin/pg_config && \
cargo pgrx package
```
Expand Down
6 changes: 3 additions & 3 deletions pgml-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ python = ["pyo3"]
cuda = ["xgboost/cuda", "lightgbm/cuda"]

[dependencies]
pgrx = "=0.9.2"
pgrx-pg-sys = "=0.9.2"
pgrx = "=0.9.7"
pgrx-pg-sys = "=0.9.7"
xgboost = { git="https://github.com/postgresml/rust-xgboost.git", branch = "master" }
once_cell = "1"
rand = "0.8"
Expand Down Expand Up @@ -48,7 +48,7 @@ flate2 = "1.0"
csv = "1.1"

[dev-dependencies]
pgrx-tests = "=0.9.2"
pgrx-tests = "=0.9.7"

[profile.dev]
panic = "unwind"
Expand Down
6 changes: 3 additions & 3 deletions pgml-extension/docker/Cargo.toml.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ python = ["pyo3"]
cuda = ["xgboost/cuda", "lightgbm/cuda"]

[dependencies]
pgrx = "=0.9.2"
pgrx-pg-sys = "=0.9.2"
pgrx = "=0.9.7"
pgrx-pg-sys = "=0.9.7"
xgboost = { git="https://github.com/postgresml/rust-xgboost.git", branch = "master" }
once_cell = "1"
rand = "0.8"
Expand Down Expand Up @@ -49,7 +49,7 @@ flate2 = "1.0"
csv = "1.1"

[dev-dependencies]
pgrx-tests = "=0.9.2"
pgrx-tests = "=0.9.7"

[profile.dev]
panic = "unwind"
Expand Down
6 changes: 3 additions & 3 deletions pgml-extension/docker/Cargo.toml.no-python
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ python = ["pyo3"]
cuda = ["xgboost/cuda", "lightgbm/cuda"]

[dependencies]
pgrx = "=0.9.2"
pgrx-pg-sys = "=0.9.2"
pgrx = "=0.9.7"
pgrx-pg-sys = "=0.9.7"
xgboost = { git="https://github.com/postgresml/rust-xgboost.git", branch = "master" }
once_cell = "1"
rand = "0.8"
Expand Down Expand Up @@ -48,7 +48,7 @@ flate2 = "1.0"
csv = "1.1"

[dev-dependencies]
pgrx-tests = "=0.9.2"
pgrx-tests = "=0.9.7"

[profile.dev]
panic = "unwind"
Expand Down
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