Skip to content
Snippets Groups Projects
Commit 92da07ee authored by Maja Jablonska's avatar Maja Jablonska
Browse files

Bump version

parent dbf99b17
Branches
Tags
1 merge request!46Merge COMBO 3.0 into master
......@@ -23,17 +23,30 @@ REQUIREMENTS = [
"filelock~=3.9.0",
"pytest~=7.2.2",
"transformers~=4.27.3",
"spacy~=3.3.1"
"spacy~=3.3.1",
"lambo"
]
setup(
name="combo",
version="2.0.0",
version="3.0.0",
author="Maja Jablonska",
author_email="maja.jablonska@ipipan.waw.pl",
install_requires=REQUIREMENTS,
packages=find_packages(exclude=['tests']),
license="GPL-3.0",
keywords="nlp natural-language-processing dependency-parsing",
entrypoints={'console_scripts': ['combo = combo.main:main']}
tests_require=['pytest', 'pylint'],
python_requires='>=3.6',
entrypoints={'console_scripts': ['combo = combo.main:main']},
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Topic :: Scientific/Engineering :: Artificial Intelligence'
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
]
)
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment