Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
combo
Manage
Activity
Members
Labels
Plan
Issues
20
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Syntactic Tools
combo
Commits
b34215e6
There was an error fetching the commit references. Please try again later.
Commit
b34215e6
authored
1 year ago
by
Maja Jablonska
Browse files
Options
Downloads
Patches
Plain Diff
Add lambo to requirements
parent
f1ea003d
No related merge requests found
Pipeline
#16562
passed with stage
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+2
-1
2 additions, 1 deletion
setup.py
with
2 additions
and
1 deletion
setup.py
+
2
−
1
View file @
b34215e6
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment