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
23e062ef
Commit
23e062ef
authored
1 year ago
by
Maja Jablonska
Browse files
Options
Downloads
Patches
Plain Diff
Revert lambo installation to previous method
parent
b34215e6
Branches
Branches containing commit
No related merge requests found
Pipeline
#16563
passed with stage
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+2
-3
2 additions, 3 deletions
setup.py
with
2 additions
and
3 deletions
setup.py
+
2
−
3
View file @
23e062ef
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
,
...
...
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