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

Fix dataclass package issue for python 3.6.

parent 7ebf88b8
1 merge request!4Documentation
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -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