Skip to content

Commit

Permalink
Fix #590: mlaunch: update psutil requirement to 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Apr 30, 2018
1 parent 392d789 commit 976734b
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.2
matplotlib==1.3.1
numpy==1.8.0
pymongo>=3.3.0
psutil>=2.0
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.3.1', 'numpy>=1.8.0', 'pymongo>=3.3', 'psutil>=2.0'],
"mlaunch": ['pymongo>=3.3', 'psutil>=2.0'],
"all": ['matplotlib>=1.3.1', 'numpy>=1.8.0', 'pymongo>=3.3', 'psutil>=5.4.2'],
"mlaunch": ['pymongo>=3.3', 'psutil>=5.4.2'],
"mlogfilter": [],
"mloginfo": ['numpy>=1.8.0'],
"mlogvis": [],
Expand Down

0 comments on commit 976734b

Please sign in to comment.