Skip to content

Commit 0ee5865

Browse files
committed
chore: prune dependencies
1 parent cdc0def commit 0ee5865

3 files changed

Lines changed: 59 additions & 1317 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
python-version: "3.10"
4444

45-
- uses: messense/maturin-action@v1
45+
- uses: PyO3/maturin-action@v1
4646
name: Publish to pypi (without sdist)
4747
with:
4848
target: ${{ matrix.target }}
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
python-version: "3.10"
6363

64-
- uses: messense/maturin-action@v1
64+
- uses: PyO3/maturin-action@v1
6565
name: Publish to pypi (without sdist)
6666
with:
6767
target: ${{ matrix.target }}
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
python-version: "3.10"
8282

83-
- uses: messense/maturin-action@v1
83+
- uses: PyO3/maturin-action@v1
8484
name: Publish to pypi (without sdist)
8585
with:
8686
target: x86_64-pc-windows-msvc
@@ -99,14 +99,14 @@ jobs:
9999
with:
100100
python-version: "3.10"
101101

102-
- uses: messense/maturin-action@v1
102+
- uses: PyO3/maturin-action@v1
103103
name: Publish manylinux to pypi x86_64 (with sdist)
104104
with:
105105
target: x86_64-unknown-linux-gnu
106106
command: publish
107107
args: -m object-store/Cargo.toml
108108

109-
- uses: messense/maturin-action@v1
109+
- uses: PyO3/maturin-action@v1
110110
name: Publish manylinux to pypi aarch64 (without sdist)
111111
with:
112112
target: aarch64-unknown-linux-gnu

object-store/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ build-backend = "maturin"
44

55
[project]
66
name = "object-store-python"
7+
version = "0.0.5"
78
requires-python = ">=3.8"
89
readme = "README.md"
910
keywords = ["object-store", "azure", "aws", "gcp"]
1011
authors = [{ name = "Robert Pack", email = "robstar.pack@gmail.com" }]
11-
classifier = [
12+
classifiers = [
1213
"Development Status :: 3 - Alpha",
1314
"Environment :: Console",
1415
"Programming Language :: Python",
@@ -32,7 +33,6 @@ classifier = [
3233

3334
[project.optional-dependencies]
3435
pyarrow = ["pyarrow>=7.0"]
35-
mlflow = ["mlflow>=2.0", "llvmlite>=0.39", "numba>=0.56"]
3636

3737
[project.urls]
3838
repository = "https://github.com/roeap/object-store-python"

0 commit comments

Comments
 (0)