diff --git a/requirements.txt b/requirements.txt
index 3388ada604473958ccdfba18e4c8ccd6129d507c..ba612dd5beee48317660f3ec112ec65b717f23c3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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
diff --git a/setup.py b/setup.py
index d5ab42c6b0d87e9a049e36077f64a3fd7b06a11e..5140f5ddbcd12b3eee01d044726ee5546b6086b1 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', '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
+)