Skip to content

Commit

Permalink
bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Nov 22, 2018
1 parent f6fe835 commit a01004a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pandas>=0.21.0
scipy>=1.1.0
matplotlib
scikit-learn>=0.19.1
graphtools>=0.1.8
graphtools>=0.2.0
future
tasklogger>=0.2.1
scprep>=0.7.1
tasklogger>=0.4.0
scprep>=0.8.1
6 changes: 3 additions & 3 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
'scipy>=1.1.0',
'matplotlib',
'scikit-learn>=0.19.1',
'tasklogger>=0.2.1',
'graphtools>=0.1.9',
'scprep>=0.7.1'
'tasklogger>=0.4.0',
'graphtools>=0.2.0',
'scprep>=0.8.1'
]

test_requires = [
Expand Down

0 comments on commit a01004a

Please sign in to comment.