Skip to content

Commit d53c5e0

Browse files
chore: replace python-lzf with python-neo-lzf (#52)
Signed-off-by: urasakikeisuke <[email protected]>
1 parent 82f29fc commit d53c5e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.5
1+
3.10.14

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "Read and write PCL .pcd files in python"
55
authors = [{ name = "urasakikeisuke", email = "[email protected]" }]
66
dependencies = [
77
"numpy>=1.21.0",
8-
"python-lzf>=0.2.4",
98
"pydantic >=1.10.8, <3.0.0",
9+
"python-neo-lzf>=0.3.0",
1010
]
1111
readme = "README.md"
1212
requires-python = ">= 3.8.2"

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pyproject-api==1.7.1
5959
pytest==8.3.2
6060
# via pytest-cov
6161
pytest-cov==5.0.0
62-
python-lzf==0.2.6
62+
python-neo-lzf==0.3.2
6363
# via pypcd4
6464
pyyaml==6.0.2
6565
# via pre-commit

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pydantic==2.8.2
1818
# via pypcd4
1919
pydantic-core==2.20.1
2020
# via pydantic
21-
python-lzf==0.2.6
21+
python-neo-lzf==0.3.2
2222
# via pypcd4
2323
typing-extensions==4.12.2
2424
# via pydantic

0 commit comments

Comments
 (0)