Skip to content

Commit

Permalink
Merge pull request #64 from roboflow/develop
Browse files Browse the repository at this point in the history
Deploy latest develop
  • Loading branch information
LinasKo authored Dec 5, 2024
2 parents f0ce9c6 + 4e3e398 commit 042cb2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/PyCQA/bandit
rev: "1.7.10"
rev: "1.8.0"
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
additional_dependencies: ["bandit[toml]"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion models/object_detection/yolov11/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ultralytics>=8.3.0
ultralytics>=8.3.0,<=8.3.40
supervision @ git+https://github.com/roboflow/supervision.git@develop
tqdm
dill
2 changes: 1 addition & 1 deletion models/object_detection/yolov8/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ultralytics>=8.1.47
ultralytics>=8.1.47,<=8.3.40
supervision @ git+https://github.com/roboflow/supervision.git@develop
tqdm
2 changes: 1 addition & 1 deletion models/object_detection/yolov9/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ultralytics>=8.2.86
ultralytics>=8.2.86,<=8.3.40
supervision @ git+https://github.com/roboflow/supervision.git@develop

# From YOLOv9 repo
Expand Down

0 comments on commit 042cb2e

Please sign in to comment.