Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dunzeng committed Sep 24, 2021
1 parent 047f007 commit ac2a2e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
numpy
pandas
spacy
pynvml

torch>=1.7.1
Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
install_requires=['torch>=1.7.1',
'torchvision>=0.8.2',
'numpy',
'spacy',
'pandas',
'pynvml'],
python_requires='>=3.6',
classifiers=[
Expand All @@ -35,8 +35,6 @@
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3'
],
test_suite="tests.get_tests")

0 comments on commit ac2a2e3

Please sign in to comment.