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 merge requests found
Pipeline #2879 passed with stage
in 4 minutes and 20 seconds
......@@ -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',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment