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

Update lambo setup.py

parent efe2fe48
Branches
Tags
1 merge request!46Merge COMBO 3.0 into master
import subprocess import subprocess
from setuptools import find_packages, setup 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 = [ REQUIREMENTS = [
"absl-py~=1.4.0", "absl-py~=1.4.0",
...@@ -23,8 +23,7 @@ REQUIREMENTS = [ ...@@ -23,8 +23,7 @@ REQUIREMENTS = [
"filelock~=3.9.0", "filelock~=3.9.0",
"pytest~=7.2.2", "pytest~=7.2.2",
"transformers~=4.27.3", "transformers~=4.27.3",
"spacy~=3.3.1", "spacy~=3.3.1"
"lambo"
] ]
setup( setup(
...@@ -50,5 +49,6 @@ setup( ...@@ -50,5 +49,6 @@ setup(
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
] ]
) )
\ 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