Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
f2522869
Commit
f2522869
authored
Dec 22, 2019
by
Aymeric Augustin
Browse files
Review and update setup.py.
parent
23dad844
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
setup.py
setup.py
+9
-2
No files found.
setup.py
View file @
f2522869
...
...
@@ -55,7 +55,7 @@ setup(
keywords
=
"NLP deep learning transformer pytorch tensorflow BERT GPT GPT-2 google openai CMU"
,
license
=
"Apache"
,
url
=
"https://github.com/huggingface/transformers"
,
package_dir
=
{
''
:
'
src
'
},
package_dir
=
{
""
:
"
src
"
},
packages
=
find_packages
(
"src"
),
install_requires
=
[
"numpy"
,
...
...
@@ -69,11 +69,18 @@ setup(
],
extras_require
=
extras
,
scripts
=
[
"transformers-cli"
],
#
python_requires=
'
>=3.5.0
'
,
python_requires
=
"
>=3.5.0
"
,
classifiers
=
[
"Development Status :: 5 - Production/Stable"
,
"Intended Audience :: Developers"
,
"Intended Audience :: Education"
,
"Intended Audience :: Science/Research"
,
"License :: OSI Approved :: Apache Software License"
,
"Operating System :: OS Independent"
,
"Programming Language :: Python :: 3"
,
"Programming Language :: Python :: 3.5"
,
"Programming Language :: Python :: 3.6"
,
"Programming Language :: Python :: 3.7"
,
"Topic :: Scientific/Engineering :: Artificial Intelligence"
,
],
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment