From 23e062ef6c492def29f08bef0ed46c97eeda61c3 Mon Sep 17 00:00:00 2001 From: Maja Jablonska <majajjablonska@gmail.com> Date: Wed, 14 Feb 2024 11:32:48 +1100 Subject: [PATCH] Revert lambo installation to previous method --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 65ff0d0..bd002c4 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', '--ignore-requires-python', '-i https://pypi.clarin-pl.eu/', '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", @@ -12,7 +12,6 @@ REQUIREMENTS = [ "dill~=0.3.6", "importlib-resources~=5.12.0", "h5py~=3.9.0", - "lambo~=2.1.0", "overrides~=7.3.1", "torch~=2.0.0", "torchtext~=0.15.1", @@ -31,7 +30,7 @@ REQUIREMENTS = [ setup( name="combo", - version="3.1.3", + version="3.1.4", author="Maja Jablonska", author_email="maja.jablonska@ipipan.waw.pl", install_requires=REQUIREMENTS, -- GitLab