Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit f44dfab

Browse files
committed
fixed pip dependency
1 parent c90366d commit f44dfab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929

3030
dynamic = ["version"]
3131
requires-python = ">=3.8"
32-
dependencies = ["ffmpegio-core >= 0.9.1", "numpy >= 1.20"]
32+
dependencies = ["ffmpegio-core >= 0.10", "numpy >= 1.20"]
3333

3434
[project.urls]
3535
Home = "https://python-ffmpegio.github.io/python-ffmpegio"

src/ffmpegio_plugin_numpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
hookimpl = HookimplMarker("ffmpegio")
1010

11-
__version__ = "0.10.0"
11+
__version__ = "0.10.0.post"
1212
# ffmpegio-core version to match current ffmpeg-core version
1313

1414
__all__ = [

0 commit comments

Comments
 (0)