Skip to content

Commit

Permalink
[brief] Remove matplotlib as a dependency.
Browse files Browse the repository at this point in the history
[detailed]
- While it is nice to bundle it, it's not strictly speaking required by
  Helios itself as no part of the library uses it.
  • Loading branch information
marovira committed Jun 20, 2024
1 parent a313d50 commit e015f4c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies = [
"torchvision>=0.17.1",
"onnx>=1.16.0",
"onnxruntime>=1.17.1",
"matplotlib>=3.8.4"
]

dynamic = ["version"]
Expand Down
1 change: 0 additions & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Generated via tools/generate_requirements.py and pre-commit hook.
# Do not edit this file; modify pyproject.toml instead.
build>=1.2.1
matplotlib>=3.8.4
mypy>=1.8.0
onnx>=1.16.0
onnxruntime>=1.17.1
Expand Down
1 change: 0 additions & 1 deletion requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Generated via tools/generate_requirements.py and pre-commit hook.
# Do not edit this file; modify pyproject.toml instead.
matplotlib>=3.8.4
onnx>=1.16.0
onnxruntime>=1.17.1
opencv-python>=4.9.0.80
Expand Down
1 change: 0 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Do not edit this file; modify pyproject.toml instead.
build>=1.2.1
furo>=2024.5.6
matplotlib>=3.8.4
mypy>=1.8.0
onnx>=1.16.0
onnxruntime>=1.17.1
Expand Down

0 comments on commit e015f4c

Please sign in to comment.