From 09284615b11fc23c24d6903ef6c0f3e214cc15bd Mon Sep 17 00:00:00 2001
From: Maja Jablonska <majajjablonska@gmail.com>
Date: Tue, 16 Jan 2024 17:53:29 +0100
Subject: [PATCH] Update lambo setup.py

---
 setup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 4a60c6d..5d6efc6 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
-- 
GitLab