|
71 | 71 | # keras2onnx and onnxconverter-common version is specific through a commit until 1.7.0 lands on pypi |
72 | 72 | extras["tf"] = [ |
73 | 73 | "tensorflow", |
74 | | - # "onnxconverter-common", |
75 | | - # "keras2onnx" |
76 | | - "onnxconverter-common @ git+git://github.com/microsoft/onnxconverter-common.git@f64ca15989b6dc95a1f3507ff6e4c395ba12dff5#egg=onnxconverter-common", |
77 | | - "keras2onnx @ git+git://github.com/onnx/keras-onnx.git@cbdc75cb950b16db7f0a67be96a278f8d2953b48#egg=keras2onnx" |
| 74 | + "onnxconverter-common", |
| 75 | + "keras2onnx" |
| 76 | + # "onnxconverter-common @ git+git://github.com/microsoft/onnxconverter-common.git@f64ca15989b6dc95a1f3507ff6e4c395ba12dff5#egg=onnxconverter-common", |
| 77 | + # "keras2onnx @ git+git://github.com/onnx/keras-onnx.git@cbdc75cb950b16db7f0a67be96a278f8d2953b48#egg=keras2onnx" |
78 | 78 | ] |
79 | 79 | extras["tf-cpu"] = [ |
80 | 80 | "tensorflow-cpu", |
81 | | - # "onnxconverter-common", |
82 | | - # "keras2onnx" |
83 | | - "onnxconverter-common @ git+git://github.com/microsoft/onnxconverter-common.git@f64ca15989b6dc95a1f3507ff6e4c395ba12dff5#egg=onnxconverter-common", |
84 | | - "keras2onnx @ git+git://github.com/onnx/keras-onnx.git@cbdc75cb950b16db7f0a67be96a278f8d2953b48#egg=keras2onnx" |
| 81 | + "onnxconverter-common", |
| 82 | + "keras2onnx" |
| 83 | + # "onnxconverter-common @ git+git://github.com/microsoft/onnxconverter-common.git@f64ca15989b6dc95a1f3507ff6e4c395ba12dff5#egg=onnxconverter-common", |
| 84 | + # "keras2onnx @ git+git://github.com/onnx/keras-onnx.git@cbdc75cb950b16db7f0a67be96a278f8d2953b48#egg=keras2onnx" |
85 | 85 | ] |
86 | 86 | extras["torch"] = ["torch"] |
87 | 87 |
|
|
93 | 93 | extras["docs"] = ["recommonmark", "sphinx", "sphinx-markdown-tables", "sphinx-rtd-theme==0.4.3", "sphinx-copybutton"] |
94 | 94 | extras["quality"] = [ |
95 | 95 | "black", |
96 | | - # "isort", |
97 | | - "isort @ git+git://github.com/timothycrosley/isort.git@e63ae06ec7d70b06df9e528357650281a3d3ec22#egg=isort", |
| 96 | + "isort", |
| 97 | + # "isort @ git+git://github.com/timothycrosley/isort.git@e63ae06ec7d70b06df9e528357650281a3d3ec22#egg=isort", |
98 | 98 | "flake8", |
99 | 99 | ] |
100 | 100 | extras["dev"] = extras["testing"] + extras["quality"] + ["mecab-python3<1", "scikit-learn", "tensorflow", "torch"] |
101 | 101 |
|
102 | 102 | setup( |
103 | 103 | name="transformers", |
104 | | - version="3.0.1", |
| 104 | + version="3.0.2", |
105 | 105 | author="Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Sam Shleifer, Patrick von Platen, Google AI Language Team Authors, Open AI team Authors, Facebook AI Authors, Carnegie Mellon University Authors", |
106 | 106 | |
107 | 107 | description="State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch", |
|
0 commit comments