Skip to content

Commit

Permalink
Upgrade pytest to 5.3.1
Browse files Browse the repository at this point in the history
This will remove the numpy deprecation warnings we're seeing (see
pytest-dev/pytest#4643), along with a whole
heap of other improvements and bugfixes.
  • Loading branch information
kjun9 committed Dec 12, 2019
1 parent 07d4e3d commit 2bf269b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scikit_learn>=0.20
matplotlib>=2.2
pandas>=0.24
gensim>=3.4.0
pytest==3.9.3
pytest==5.3.1
pytest-benchmark>=3.1
pytest-cov>=2.6.0
coveralls>=1.5.1

0 comments on commit 2bf269b

Please sign in to comment.