Skip to content

Commit

Permalink
[brief] Remove the restriction on protobuf but increase tensorboard v…
Browse files Browse the repository at this point in the history
…ersion.

[detailed]
- tensorflow/tensorboard#6808 has been resolved, so we can now remove
  the explicit dependency to protobuf by bumping tensorboard to 2.17.1.
  • Loading branch information
marovira committed Aug 29, 2024
1 parent dbb51fa commit 0a457b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ requires-python = ">= 3.11"
dependencies = [
"tqdm>=4.66.2",
"opencv-python>=4.9.0.80",
"protobuf>=3.19.6, !=4.24.0, <5.0.0",
"tensorboard>=2.16.2",
"tensorboard>=2.17.1",
"torch>=2.2.1",
"torchvision>=0.17.1",
"onnx>=1.16.0",
Expand Down
3 changes: 1 addition & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ onnx>=1.16.0
onnxruntime>=1.17.1
opencv-python>=4.9.0.80
optuna>=3.6.1
protobuf>=3.19.6, !=4.24.0, <5.0.0
pytest>=8.1.1
ruff>=0.3.4
tensorboard>=2.16.2
tensorboard>=2.17.1
torch>=2.2.1
torchvision>=0.17.1
tqdm>=4.66.2
Expand Down
3 changes: 1 addition & 2 deletions requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ matplotlib>=3.8.4
onnx>=1.16.0
onnxruntime>=1.17.1
opencv-python>=4.9.0.80
protobuf>=3.19.6, !=4.24.0, <5.0.0
tensorboard>=2.16.2
tensorboard>=2.17.1
torch>=2.2.1
torchvision>=0.17.1
tqdm>=4.66.2
3 changes: 1 addition & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ onnxruntime>=1.17.1
opencv-python>=4.9.0.80
optuna>=3.6.1
pre-commit>=3.6.2
protobuf>=3.19.6, !=4.24.0, <5.0.0
pytest>=8.1.1
ruff>=0.3.4
sphinx-autoapi>=3.1.1
sphinx>=7.3.7
tensorboard>=2.16.2
tensorboard>=2.17.1
torch>=2.2.1
torchvision>=0.17.1
tqdm>=4.66.2
Expand Down
3 changes: 1 addition & 2 deletions requirements/tune.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ onnx>=1.16.0
onnxruntime>=1.17.1
opencv-python>=4.9.0.80
optuna>=3.6.1
protobuf>=3.19.6, !=4.24.0, <5.0.0
tensorboard>=2.16.2
tensorboard>=2.17.1
torch>=2.2.1
torchvision>=0.17.1
tqdm>=4.66.2

0 comments on commit 0a457b8

Please sign in to comment.