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

Revert lambo installation to previous method

parent b34215e6
Branches
No related merge requests found
Pipeline #16563 passed with stage
in 25 seconds
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,
......
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