scope 0.6.0__tar.gz → 0.6.3__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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: scope
3
- Version: 0.6.0
3
+ Version: 0.6.3
4
4
  Summary: Metrics logging and analysis
5
5
  Home-page: http://github.com/danijar/scope
6
6
  Classifier: Intended Audience :: Science/Research
@@ -8,6 +8,20 @@ Classifier: License :: OSI Approved :: MIT License
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENSE
11
+ Requires-Dist: av
12
+ Requires-Dist: elements>=3.16.6
13
+ Requires-Dist: fastapi
14
+ Requires-Dist: mediapy
15
+ Requires-Dist: numpy
16
+ Requires-Dist: orjson
17
+ Requires-Dist: pillow
18
+ Requires-Dist: uvicorn[standard]
19
+ Dynamic: classifier
20
+ Dynamic: description
21
+ Dynamic: description-content-type
22
+ Dynamic: home-page
23
+ Dynamic: requires-dist
24
+ Dynamic: summary
11
25
 
12
26
  # 🔬 Scope
13
27
 
@@ -3,5 +3,6 @@ elements>=3.16.6
3
3
  fastapi
4
4
  mediapy
5
5
  numpy
6
+ orjson
6
7
  pillow
7
8
  uvicorn[standard]
@@ -1,4 +1,4 @@
1
- __version__ = '0.6.0'
1
+ __version__ = '0.6.3'
2
2
 
3
3
  from .reader import Reader
4
4
  from .writer import Writer