Skip to content

Commit

Permalink
Tidying up requirements for 1.5.0 release (#642)
Browse files Browse the repository at this point in the history
* Require more specific versions for psutil 5.4.2 and pymongo 3.6.1
  • Loading branch information
stennie authored and sindbach committed Jul 2, 2018
1 parent c354621 commit fb8b914
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -2,5 +2,5 @@ ordereddict==1.1
python-dateutil==2.7
matplotlib==1.4.3
numpy==1.14.5
pymongo==3.6
psutil==5.4
pymongo==3.6.1
psutil==5.4.2
4 changes: 2 additions & 2 deletions setup.py
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.1', 'psutil==5.4.2'],
"mlaunch": ['pymongo==3.6.1', 'psutil==5.4.2'],
"mlogfilter": [],
"mloginfo": ['numpy==1.14.5'],
"mlogvis": [],
Expand Down

0 comments on commit fb8b914

Please sign in to comment.