vidformer 0.12.0__tar.gz → 1.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vidformer
3
- Version: 0.12.0
3
+ Version: 1.0.1
4
4
  Summary: vidformer-py is a Python 🐍 interface for [vidformer](https://github.com/ixlab/vidformer).
5
5
  Author-email: Dominik Winecki <dominikwinecki@gmail.com>
6
6
  Requires-Python: >=3.8
@@ -8,7 +8,6 @@ Description-Content-Type: text/markdown
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Operating System :: OS Independent
10
10
  Requires-Dist: requests
11
- Requires-Dist: msgpack
12
11
  Requires-Dist: numpy
13
12
  Project-URL: Documentation, https://ixlab.github.io/vidformer/vidformer-py/
14
13
  Project-URL: Homepage, https://ixlab.github.io/vidformer/
@@ -28,7 +28,7 @@ Legend:
28
28
  |**Function**|**Status**|
29
29
  |---|---|
30
30
  |imread|✅|
31
- |imwrite|✅ (Yrden only)|
31
+ |imwrite|✅|
32
32
 
33
33
 
34
34
  ## opencv.imgproc
@@ -12,7 +12,6 @@ classifiers = [
12
12
  ]
13
13
  dependencies = [
14
14
  "requests",
15
- "msgpack",
16
15
  "numpy",
17
16
  ]
18
17