Skip to content
Snippets Groups Projects
Commit 593e3483 authored by Mateusz Klimaszewski's avatar Mateusz Klimaszewski
Browse files

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
...@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment