Repository: incubator-airflow Updated Branches: refs/heads/master 98c708036 -> 7f2bc0ddf
[AIRFLOW-2731] Raise psutil restriction to <6.0.0 Closes #3585 from gwax/upgrade_psutil Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/7f2bc0dd Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/7f2bc0dd Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/7f2bc0dd Branch: refs/heads/master Commit: 7f2bc0ddf74c9bf9113401c4ecb1355e6c2fab7f Parents: 98c7080 Author: George Leslie-Waksman <[email protected]> Authored: Sat Jul 21 13:42:29 2018 +0100 Committer: Kaxil Naik <[email protected]> Committed: Sat Jul 21 13:42:29 2018 +0100 ---------------------------------------------------------------------- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/7f2bc0dd/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 630c793..a8f63a8 100644 --- a/setup.py +++ b/setup.py @@ -274,7 +274,7 @@ def do_setup(): 'markdown>=2.5.2, <3.0', 'pandas>=0.17.1, <1.0.0', 'pendulum==1.4.4', - 'psutil>=4.2.0, <5.0.0', + 'psutil>=4.2.0, <6.0.0', 'pygments>=2.0.1, <3.0', 'python-daemon>=2.1.1, <2.2', 'python-dateutil>=2.3, <3',
