File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 85
85
86
86
EXTRAS_REQUIRE = {
87
87
'apache-beam' : ['apache-beam' ],
88
- 'tensorflow' : ['tensorflow>=1.15 .0' ],
89
- 'tensorflow_gpu' : ['tensorflow-gpu>=1.15 .0' ],
88
+ 'tensorflow' : ['tensorflow>=2.2 .0' ],
89
+ 'tensorflow_gpu' : ['tensorflow-gpu>=2.2 .0' ],
90
90
'torch' : ['torch' ],
91
91
'tests' : TESTS_REQUIRE ,
92
92
'quality' : QUALITY_REQUIRE ,
93
93
}
94
94
95
95
setup (
96
96
name = 'nlp' ,
97
- version = "0.0.3 " ,
97
+ version = "0.1.0 " ,
98
98
description = DOCLINES [0 ],
99
99
long_description = '\n ' .join (DOCLINES [2 :]),
100
100
author = 'HuggingFace Inc.' ,
101
- author_email = 'thomas@huggingface.ce ' ,
101
+ author_email = 'thomas@huggingface.co ' ,
102
102
url = 'https://github.com/huggingface/nlp' ,
103
103
download_url = 'https://github.com/huggingface/nlp/tags' ,
104
104
license = 'Apache 2.0' ,
Original file line number Diff line number Diff line change 18
18
# pylint: enable=line-too-long
19
19
# pylint: disable=g-import-not-at-top,g-bad-import-order,wrong-import-position
20
20
21
- __version__ = "0.0.3 "
21
+ __version__ = "0.1.0 "
22
22
23
23
from pyarrow import total_allocated_bytes
24
24
You can’t perform that action at this time.
0 commit comments