File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Python framework for processing Universal Dependencies data
66[ ![ Documentation Status] ( https://readthedocs.org/projects/udapi/badge/ )] ( http://udapi.readthedocs.io )
77
88## Requirements
9- - You need Python 3.6 or higher.
9+ - You need Python 3.9 or higher.
1010- If the [ ufal.udpipe] ( https://pypi.python.org/pypi/ufal.udpipe/ ) parser is needed,
1111 make sure you have a C++11 compiler (e.g. [ g++ 4.7 or newer] ( .travis.yml#L9 ) )
1212 and install UDPipe with ` pip3 install --user --upgrade ufal.udpipe ` .
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " udapi"
7- version = " 0.5.1 "
7+ version = " 0.5.2 "
88description = " Python framework for processing Universal Dependencies data"
99readme = " README.md"
1010requires-python = " >=3.9"
11- license = {text = " GNU General Public License v2 or later (GPLv2+) " }
11+ license = {file = " LICENSE " }
1212authors = [
1313 {name = " Martin Popel" , email = " popel@ufal.mff.cuni.cz" }
1414]
You can’t perform that action at this time.
0 commit comments