Skip to content

Commit a58d92f

Browse files
authored
Merge pull request #12 from onuralpszr/update/sv-0.24.0
release: 📦 version bump supervision 0.24.0
2 parents f43b3a3 + a35e21b commit a58d92f

File tree

7 files changed

+91
-43
lines changed

7 files changed

+91
-43
lines changed

.ci_support/linux_64_.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channel_targets:
77
docker_image:
88
- quay.io/condaforge/linux-anvil-cos7-x86_64
99
gst_plugins_base:
10-
- '1.22'
10+
- '1.24'
1111
pin_run_as_build:
1212
python:
1313
min_pin: x.x

.scripts/build_steps.sh

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 33 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-locally.py

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/0001-fix-opencv-package-convert.patch

Lines changed: 0 additions & 28 deletions
This file was deleted.

recipe/0001-fix-package-list.patch

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
diff --git a/pyproject.toml b/pyproject.toml.orig
2+
index c9aa384..9308b25 100644
3+
--- a/pyproject.toml
4+
+++ b/pyproject.toml.orig
5+
@@ -55,16 +55,12 @@ matplotlib = ">=3.6.0"
6+
pyyaml = ">=5.3"
7+
defusedxml = "^0.7.1"
8+
pillow = ">=9.4"
9+
-requests = { version = ">=2.26.0,<=2.32.3", optional = true }
10+
-tqdm = { version = ">=4.62.3,<=4.66.5", optional = true }
11+
-# pandas: picked lowest major version that supports Python 3.8
12+
-pandas = { version = ">=2.0.0", optional = true }
13+
-pandas-stubs = { version = ">=2.0.0.230412", optional = true }
14+
+requests = ">=2.26.0,<=2.32.3"
15+
+tqdm = ">=4.62.3,<=4.66.5"
16+
+pandas = ">=2.0.0"
17+
+pandas-stubs = ">=2.0.0.230412"
18+
opencv-python = ">=4.5.5.64"
19+
20+
-[tool.poetry.extras]
21+
-assets = ["requests", "tqdm"]
22+
-metrics = ["pandas", "pandas-stubs"]
23+
24+
[tool.poetry.group.dev.dependencies]
25+
twine = "^5.1.1"

recipe/meta.yaml

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{% set name = "supervision" %}
2-
{% set version = "0.23.0" %}
2+
{% set version = "0.24.0" %}
33

44
package:
55
name: {{ name|lower }}
66
version: {{ version }}
77

88
source:
99
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/supervision-{{ version }}.tar.gz
10-
sha256: 635039616604f60d232dd00db9e3d149cf4df3d7817e59dddeb058ec51c04351
10+
sha256: ae71963a294c94cbf2a62e71dae60cc7756025b65bad439b9e374f8d902f0b66
1111
patches:
12-
- 0001-fix-opencv-package-convert.patch
12+
- 0001-fix-package-list.patch
1313

1414
build:
1515
noarch: python
@@ -25,6 +25,7 @@ requirements:
2525
- python >=3.8
2626
- pip
2727
- poetry
28+
- setuptools
2829
run:
2930
- python >=3.8
3031
- numpy >=1.21.2
@@ -57,9 +58,28 @@ about:
5758
license: MIT
5859
license_file: LICENSE.md
5960
description: |
60-
[Supervision](https://supervision.roboflow.com) is reusable computer vision tools.
61-
Whether you need to load your dataset from your hard drive,
62-
draw detections on an image or video, or count how many detections are in a zone.
61+
[![Supervision](https://media.roboflow.com/open-source/supervision/rf-supervision-banner.png?updatedAt=1678995927529)](https://supervision.roboflow.com)
62+
63+
[notebooks](https://github.com/roboflow/notebooks) | [inference](https://github.com/roboflow/inference) | [autodistill](https://github.com/autodistill/autodistill) | [maestro](https://github.com/roboflow/multimodal-maestro)
64+
65+
[![version](https://badge.fury.io/py/supervision.svg)](https://badge.fury.io/py/supervision)
66+
[![downloads](https://img.shields.io/pypi/dm/supervision)](https://pypistats.org/packages/supervision)
67+
[![snyk](https://snyk.io/advisor/python/supervision/badge.svg)](https://snyk.io/advisor/python/supervision)
68+
[![license](https://img.shields.io/pypi/l/supervision)](https://github.com/roboflow/supervision/blob/main/LICENSE.md)
69+
[![python-version](https://img.shields.io/pypi/pyversions/supervision)](https://badge.fury.io/py/supervision)
70+
[![colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow/supervision/blob/main/demo.ipynb)
71+
[![gradio](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/Roboflow/Annotators)
72+
[![discord](https://img.shields.io/discord/1159501506232451173)](https://discord.gg/GbfgXGJ8Bk)
73+
[![built-with-material-for-mkdocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/)
74+
75+
[![roboflow/supervision | Trendshift](https://trendshift.io/api/badge/repositories/124)](https://trendshift.io/repositories/124)
76+
77+
## 👋 hello
78+
79+
**We write your reusable computer vision tools.** Whether you need to load your dataset from your hard drive, draw detections on an image or video, or count how many detections are in a zone. You can count on us! 🤝
80+
81+
[![supervision-hackfest](https://media.roboflow.com/supervision/supervision-hacktoberfest-banner-2024.png)](https://github.com/roboflow/supervision/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest)
82+
6383
doc_url: https://supervision.roboflow.com
6484
dev_url: https://github.com/roboflow/supervision
6585

0 commit comments

Comments
 (0)