Skip to content

Commit

Permalink
fix for coverage/coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Dec 18, 2019
1 parent f515114 commit aa41a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,8 +1,8 @@
numpy>=1.17.0; python_version >= "3.5"
numpy<=1.16.4; python_version < "3.5"
coverage<5.0 # fix for coveralls 1.9.2 and coverage <5 issue https://github.com/coveralls-clients/coveralls-python/issues/203
six>=1.9.0
pytest>=2.9.0
coverage>=4.0
coveralls>=1.1
setuptools>=38.0.0
pandas>=0.24.0

0 comments on commit aa41a05

Please sign in to comment.