Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Dec 27, 2024
1 parent 52a5f96 commit 5495bd7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 11 additions & 1 deletion krecviz/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# requirements-dev.txt

# Linting
black
darglint
mypy
pytest
ruff

# Testing
pytest

# Types
scipy-stubs
types-Pillow
types-tqdm
12 changes: 7 additions & 5 deletions krecviz/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# requirements.txt

# Data serialization
krec
numpy
scipy
scipy-stubs
Pillow
types-Pillow
rerun-sdk
tqdm
types-tqdm

# Visualization
rerun-sdk
trimesh
urdf_parser_py
urdf_parser_py

0 comments on commit 5495bd7

Please sign in to comment.