Skip to content

Commit

Permalink
add python3 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya authored May 10, 2020
1 parent 0a90248 commit 183f4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/install/requirements
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ mock==2.0.0
nose==1.3.7
nose-timer==0.7.3
numpy>1.16.0,<2.0.0
pylint==2.3.1 # pylint and astroid need to be aligned
astroid==2.3.3 # pylint and astroid need to be aligned
pylint==2.3.1; python_version >= '3.0' # pylint and astroid need to be aligned
astroid==2.3.3; python_version >= '3.0' # pylint and astroid need to be aligned
requests<2.19.0,>=2.18.4
scipy==1.2.1
six==1.11.0
Expand Down

0 comments on commit 183f4ba

Please sign in to comment.