We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b274b33 commit a6effb7Copy full SHA for a6effb7
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '3.0.20200711'
+__version__ = '3.0.20200725'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -2677,3 +2677,9 @@ description = Very fast asynchronous FTP server library
2677
[pysendfile]
2678
description = A Python interface to sendfile(2)
2679
2680
+[onnxruntime]
2681
+description = ONNX Runtime Python bindings
2682
+
2683
+[dm-tree]
2684
+description = Tree is a library for working with nested data structures.
2685
0 commit comments