Skip to content

Commit

Permalink
Updating requirements and preparing to test github action workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugarosa committed Mar 11, 2021
1 parent 81e4b31 commit ecc8ac2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
coverage>=5.3
coverage>=5.5
gensim>=3.8.3
matplotlib>=3.3.2
matplotlib>=3.3.4
mido>=1.2.9
nltk>=3.5
pylint>=2.6.0
pytest>=6.1.0
tensorflow>=2.3.1
pylint>=2.7.2
pytest>=6.2.2
tensorflow>=2.4.1
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
author_email='gth.rosa@uol.com.br',
url='https://github.com/gugarosa/nalp',
license='MIT',
install_requires=['coverage>=5.3',
install_requires=['coverage>=5.5',
'gensim>=3.8.3',
'matplotlib>=3.3.2',
'matplotlib>=3.3.4',
'mido>=1.2.9',
'nltk>=3.5',
'pylint>=2.6.0',
'pytest>=6.1.0',
'tensorflow>=2.3.1'
'pylint>=2.7.2',
'pytest>=6.2.2',
'tensorflow>=2.4.1'
],
extras_require={
'tests': ['coverage',
Expand Down

0 comments on commit ecc8ac2

Please sign in to comment.