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

Add lambo to requirements

parent f1ea003d
No related merge requests found
Pipeline #16562 passed with stage
in 26 seconds
...@@ -12,6 +12,7 @@ REQUIREMENTS = [ ...@@ -12,6 +12,7 @@ REQUIREMENTS = [
"dill~=0.3.6", "dill~=0.3.6",
"importlib-resources~=5.12.0", "importlib-resources~=5.12.0",
"h5py~=3.9.0", "h5py~=3.9.0",
"lambo~=2.1.0",
"overrides~=7.3.1", "overrides~=7.3.1",
"torch~=2.0.0", "torch~=2.0.0",
"torchtext~=0.15.1", "torchtext~=0.15.1",
...@@ -30,7 +31,7 @@ REQUIREMENTS = [ ...@@ -30,7 +31,7 @@ REQUIREMENTS = [
setup( setup(
name="combo", name="combo",
version="3.1.2", version="3.1.3",
author="Maja Jablonska", author="Maja Jablonska",
author_email="maja.jablonska@ipipan.waw.pl", author_email="maja.jablonska@ipipan.waw.pl",
install_requires=REQUIREMENTS, 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