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

Fix dataclass package issue for python 3.6.

(cherry picked from commit b17ac2317086531ecd3279ff5c47a6944e32838e)
parent ea870679
Branches
Tags
1 merge request!3Herbert configuration and AllenNLP 1.2.0 update.
......@@ -5,7 +5,7 @@ REQUIREMENTS = [
'absl-py==0.9.0',
'allennlp==1.2.0',
'conllu==2.3.2',
'dataclasses==0.5',
'dataclasses;python_version<"3.7"',
'dataclasses-json==0.5.2',
'joblib==0.14.1',
'jsonnet==0.15.0',
......
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