1
1
{% set name = "supervision" %}
2
- {% set version = "0.23 .0" %}
2
+ {% set version = "0.24 .0" %}
3
3
4
4
package :
5
5
name : {{ name|lower }}
6
6
version : {{ version }}
7
7
8
8
source :
9
9
url : https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/supervision-{{ version }}.tar.gz
10
- sha256 : 635039616604f60d232dd00db9e3d149cf4df3d7817e59dddeb058ec51c04351
10
+ sha256 : ae71963a294c94cbf2a62e71dae60cc7756025b65bad439b9e374f8d902f0b66
11
11
patches :
12
- - 0001-fix-opencv- package-convert .patch
12
+ - 0001-fix-package-list .patch
13
13
14
14
build :
15
15
noarch : python
@@ -25,6 +25,7 @@ requirements:
25
25
- python >=3.8
26
26
- pip
27
27
- poetry
28
+ - setuptools
28
29
run :
29
30
- python >=3.8
30
31
- numpy >=1.21.2
@@ -57,9 +58,28 @@ about:
57
58
license : MIT
58
59
license_file : LICENSE.md
59
60
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
+ [](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
+ [](https://badge.fury.io/py/supervision)
66
+ [](https://pypistats.org/packages/supervision)
67
+ [](https://snyk.io/advisor/python/supervision)
68
+ [](https://github.com/roboflow/supervision/blob/main/LICENSE.md)
69
+ [](https://badge.fury.io/py/supervision)
70
+ [](https://colab.research.google.com/github/roboflow/supervision/blob/main/demo.ipynb)
71
+ [](https://huggingface.co/spaces/Roboflow/Annotators)
72
+ [](https://discord.gg/GbfgXGJ8Bk)
73
+ [](https://squidfunk.github.io/mkdocs-material/)
74
+
75
+ [](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
+ [](https://github.com/roboflow/supervision/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest)
82
+
63
83
doc_url : https://supervision.roboflow.com
64
84
dev_url : https://github.com/roboflow/supervision
65
85
0 commit comments