Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.5
3.10.14
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description = "Read and write PCL .pcd files in python"
authors = [{ name = "urasakikeisuke", email = "keisuke.urasaki@map4.jp" }]
dependencies = [
"numpy>=1.21.0",
"python-lzf>=0.2.4",
"pydantic >=1.10.8, <3.0.0",
"python-neo-lzf>=0.3.0",
]
readme = "README.md"
requires-python = ">= 3.8.2"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pyproject-api==1.7.1
pytest==8.3.2
# via pytest-cov
pytest-cov==5.0.0
python-lzf==0.2.6
python-neo-lzf==0.3.2
# via pypcd4
pyyaml==6.0.2
# via pre-commit
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pydantic==2.8.2
# via pypcd4
pydantic-core==2.20.1
# via pydantic
python-lzf==0.2.6
python-neo-lzf==0.3.2
# via pypcd4
typing-extensions==4.12.2
# via pydantic
Expand Down
Loading