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

Update lambo requirements

parent 7a95b22c
Branches
Tags
No related merge requests found
......@@ -6,6 +6,8 @@ conllutils~=1.1.4
dill~=0.3.6
importlib-resources~=5.12.0
h5py~=3.9.0
-i https://pypi.clarin-pl.eu/
lambo==2.1.0
overrides~=7.3.1
torch~=2.0.0
torchtext~=0.15.1
......
import subprocess
from setuptools import find_packages, setup
subprocess.call(['pip', 'install', '--no-deps', '--ignore-requires-python', 'git+https://gitlab.clarin-pl.eu/syntactic-tools/lambo.git#egg=lambo'])
subprocess.call(['pip', 'install', '--no-deps', '--ignore-requires-python', '-i https://pypi.clarin-pl.eu/', 'lambo'])
REQUIREMENTS = [
"absl-py~=1.4.0",
......@@ -29,7 +29,7 @@ REQUIREMENTS = [
]
setup(
name="combo",
name="combo-nlp",
version="3.1.1",
author="Maja Jablonska",
author_email="maja.jablonska@ipipan.waw.pl",
......@@ -53,4 +53,4 @@ setup(
'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