Skip to content

Commit

Permalink
Require psutil 5.4.2 (consistent with rueckstiess#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Jul 2, 2018
1 parent c354621 commit 82c6ca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ python-dateutil==2.7
matplotlib==1.4.3
numpy==1.14.5
pymongo==3.6
psutil==5.4
psutil==5.4.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# simplify the default install experience, particularly where a build
# toolchain is required.
extras_requires = {
"all": ['matplotlib==1.4.3', 'numpy==1.14.5', 'pymongo==3.6', 'psutil==5.4'],
"mlaunch": ['pymongo==3.6', 'psutil==5.4'],
"all": ['matplotlib==1.4.3', 'numpy==1.14.5', 'pymongo==3.6', 'psutil==5.4.2'],
"mlaunch": ['pymongo==3.6', 'psutil==5.4.2'],
"mlogfilter": [],
"mloginfo": ['numpy==1.14.5'],
"mlogvis": [],
Expand Down

0 comments on commit 82c6ca0

Please sign in to comment.