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
593e3483
Commit
593e3483
authored
3 years ago
by
Mateusz Klimaszewski
Browse files
Options
Downloads
Patches
Plain Diff
Fix h5py dependency for Python 3.6.
parent
8f0f24ac
No related merge requests found
Pipeline
#2879
passed with stage
in 4 minutes and 20 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 @
593e3483
...
...
@@ -7,10 +7,11 @@ REQUIREMENTS = [
'
conllu==2.3.2
'
,
'
dataclasses;python_version<
"
3.7
"'
,
'
jsonnet==0.15.0
'
,
'
h5py==3.1.0;python_version<
"
3.7
"'
,
# h5py 3.2.0+ works for Python 3.7+
'
numpy==1.19.4
'
,
'
overrides==3.1.0
'
,
'
requests==2.23.0
'
,
'
scipy<1.6.0;python_version<
"
3.7
"'
,
# SciPy 1.6.0 works for 3.7+
'
scipy<1.6.0;python_version<
"
3.7
"'
,
# SciPy 1.6.0 works for
Python
3.7+
'
spacy==2.3.2
'
,
'
scikit-learn<=0.23.2
'
,
'
torch==1.8.1
'
,
...
...
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