Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
combo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Syntactic Tools
combo
Commits
593e3483
Commit
593e3483
authored
Apr 14, 2021
by
Mateusz Klimaszewski
Browse files
Options
Downloads
Patches
Plain Diff
Fix h5py dependency for Python 3.6.
parent
8f0f24ac
No related branches found
No related tags found
No related merge requests found
Pipeline
#2879
passed
Apr 14, 2021
Stage: test
Changes
1
Pipelines
1
Show 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 = [
...
@@ -7,10 +7,11 @@ REQUIREMENTS = [
'
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
'
,
'
h5py==3.1.0;python_version<
"
3.7
"'
,
# h5py 3.2.0+ works for Python 3.7+
'
numpy==1.19.4
'
,
'
numpy==1.19.4
'
,
'
overrides==3.1.0
'
,
'
overrides==3.1.0
'
,
'
requests==2.23.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
'
,
'
spacy==2.3.2
'
,
'
scikit-learn<=0.23.2
'
,
'
scikit-learn<=0.23.2
'
,
'
torch==1.8.1
'
,
'
torch==1.8.1
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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