You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 2 has reached end of life. We will not keep any future versions of odml Python 2 compatible and will completely drop support for Python 2 with August 2020. We also recommend using a Python version >= 3.6. If a Python version < 3.6 is a requirement, the following dependency needs to be installed as well:
104
+
Python 2 has reached end of life. Current and future versions of odml are not Python 2 compatible. We removed support
105
+
for Python 2 in August 2020 with version 1.5.2. We also recommend using a Python version >= 3.7. If a
106
+
Python version < 3.7 is a requirement, the following dependency needs to be installed as well:
@@ -89,7 +88,7 @@ the project name `python-odml <https://github.com/G-Node/python-odml>`_.
89
88
Dependencies
90
89
------------
91
90
92
-
The Python-odML library (version 1.4+) runs under Python 3.6+.
91
+
The Python-odML library (version 1.5+) is tested and fully supported using Python 3.7+.
93
92
94
93
Additionally, the Python-odML library depends on the lxml, pyyaml and rdflib python packages.
95
94
@@ -102,7 +101,9 @@ On Ubuntu, the dependency packages are available as ``python-lxml``, ``python-ya
102
101
Note that on Ubuntu 14.04, the latter package additionally requires the
103
102
installation of ``libxml2-dev``, ``libxslt1-dev``, and ``lib32z1-dev``.
104
103
105
-
Python 2 has reached end of life. We will not keep any future versions of odml Python 2 compatible and also recommend using a Python version >= 3.6. If a Python version < 3.6 is a requirement, the following dependency needs to be installed as well:
104
+
Python 2 has reached end of life. Current and future versions of odml are not Python 2 compatible. We removed support
105
+
for Python 2 in August 2020 with version 1.5.2. We also recommend using a Python version >= 3.7. If a
106
+
Python version < 3.7 is a requirement, the following dependency needs to be installed as well:
106
107
107
108
The ``enum34`` package with a ``pip`` installation or ``python-enum`` using the OS package manager.
0 commit comments