diff --git a/setup.py b/setup.py index 4a60c6d4de95d1195f842bbb9cb9960065b688d0..5d6efc6b826ca2915f8db86e82dc8c66e75d8bb2 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import subprocess from setuptools import find_packages, setup -subprocess.call(['pip', 'install', '--no-deps', 'git+https://gitlab.clarin-pl.eu/syntactic-tools/lambo.git#egg=lambo']) +subprocess.call(['pip', 'install', '--no-deps', '--ignore-requires-python', 'git+https://gitlab.clarin-pl.eu/syntactic-tools/lambo.git#egg=lambo']) REQUIREMENTS = [ "absl-py~=1.4.0", @@ -23,8 +23,7 @@ REQUIREMENTS = [ "filelock~=3.9.0", "pytest~=7.2.2", "transformers~=4.27.3", - "spacy~=3.3.1", - "lambo" + "spacy~=3.3.1" ] setup( @@ -50,5 +49,6 @@ setup( 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ] ) \ No newline at end of file