Skip to content

Commit 0139ded

Browse files
author
longendu
committed
fix deps
1 parent 0414cfd commit 0139ded

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

aiutil/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""A utils Python package for data scientists."""
22

3-
__version__ = "0.87.0"
3+
__version__ = "0.87.1"

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aiutil"
3-
version = "0.87.0"
3+
version = "0.87.1"
44
description = "A utils Python package for data scientists."
55
authors = [{ name = "Benjamin Du", email = "[email protected]" }]
66
requires-python = ">=3.10,<3.14"
@@ -30,7 +30,6 @@ dependencies = [
3030
"paramiko>=3.2.0",
3131
"nbformat>=5.10.4",
3232
"nbconvert>=7.16.6",
33-
"pdfplumber>=0.11.7",
3433
]
3534

3635
[project.optional-dependencies]
@@ -43,7 +42,10 @@ docker = [
4342
"networkx>=2.5",
4443
"requests>=2.20.0",
4544
]
46-
pdf = ["pypdf>=3.16.1"]
45+
pdf = [
46+
"pypdf>=3.16.1",
47+
"pdfplumber>=0.11.7",
48+
]
4749
jupyter = [
4850
"nbformat>=5.0.7",
4951
"nbconvert>=5.6.1",
@@ -57,6 +59,7 @@ all = [
5759
"networkx>=2.5",
5860
"requests>=2.20.0",
5961
"pypdf>=3.16.1",
62+
"pdfplumber>=0.11.7",
6063
"nbformat>=5.0.7",
6164
"nbconvert>=5.6.1",
6265
"black[jupyter]>=23.7.0",

uv.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)