Skip to content

Commit

Permalink
Work around summary / description error: PyO3/maturin#2002
Browse files Browse the repository at this point in the history
  • Loading branch information
magbak committed Mar 21, 2024
1 parent ac8ff20 commit a072fa8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_query_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
CARGO_TERM_COLOR: always
RUST_LOG: debug
MATURIN_VERSION: '1.3.2'
MATURIN_VERSION: '1.5.0'
RUST_TOOLCHAIN: nightly-2024-01-20

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
env:
CARGO_TERM_COLOR: always
RUST_TOOLCHAIN: nightly-2024-01-20
MATURIN_VERSION: '1.3.2'
MATURIN_VERSION: '1.5.0'
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

jobs:
Expand Down
6 changes: 3 additions & 3 deletions py_chrontext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "py_chrontext"
version = "0.8.12"
version = "0.8.13"
edition = "2021"

[workspace]

[dependencies]
#representation = {path = "../../representation"}
# representation = {path = "../../representation"}
representation = { git = "https://github.com/DataTreehouse/representation"}
pyo3 = {version = "0.20.3", features = ["extension-module"]}
chrontext = {path="../chrontext"}
pydf_io = { git = "https://github.com/DataTreehouse/pydf_io"}
#pydf_io = { path = "../../pydf_io" }
# pydf_io = { path = "../../pydf_io" }
thiserror="1.0.31"
polars-core = {version="0.37.0", features = ["lazy"]}
polars-lazy = {version="0.37.0"}
Expand Down
4 changes: 2 additions & 2 deletions py_chrontext/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "chrontext"
description = "Hybrid SPARQL query engine for timeseries data"
summary = "Hybrid SPARQL query engine for timeseries data"
dependencies = ["polars>=0.20.2", "pyarrow>=7.0.0", "pandas"]
readme = "README.md"
authors = [{name = "Magnus Bakken", email = "[email protected]" }]
Expand All @@ -27,7 +27,7 @@ Repository = "https://github.com/DataTreehouse/chrontext"
Changelog = "https://github.com/DataTreehouse/chrontext/releases"

[build-system]
requires = ["maturin==1.3.2"]
requires = ["maturin==1.5.0"]
build-backend = "maturin"

[tool.maturin]
Expand Down

0 comments on commit a072fa8

Please sign in to comment.