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
1b958e29
Commit
1b958e29
authored
4 years ago
by
Mateusz Klimaszewski
Committed by
Mateusz Klimaszewski
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update allennlp to 1.3.0 and transformers to 4.0.1.
parent
196187ac
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!31
Release 1.0.2.
,
!30
Release 1.0.2.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
2 additions
and
2 deletions
setup.py
+
2
−
2
View file @
1b958e29
...
@@ -3,7 +3,7 @@ from setuptools import find_packages, setup
...
@@ -3,7 +3,7 @@ from setuptools import find_packages, setup
REQUIREMENTS
=
[
REQUIREMENTS
=
[
'
absl-py==0.9.0
'
,
'
absl-py==0.9.0
'
,
'
allennlp==1.
2.1
'
,
'
allennlp==1.
3.0
'
,
'
conllu==2.3.2
'
,
'
conllu==2.3.2
'
,
'
dataclasses;python_version<
"
3.7
"'
,
'
dataclasses;python_version<
"
3.7
"'
,
'
jsonnet==0.15.0
'
,
'
jsonnet==0.15.0
'
,
...
@@ -17,7 +17,7 @@ REQUIREMENTS = [
...
@@ -17,7 +17,7 @@ REQUIREMENTS = [
'
scikit-learn<=0.23.2
'
,
'
scikit-learn<=0.23.2
'
,
'
torch==1.6.0
'
,
'
torch==1.6.0
'
,
'
tqdm==4.43.0
'
,
'
tqdm==4.43.0
'
,
'
transformers
>=3.4.0,<3.5
'
,
'
transformers
==4.0.1
'
,
'
urllib3==1.25.11
'
,
'
urllib3==1.25.11
'
,
]
]
...
...
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