From 6b5dc1c1a6b169924b1257e8b1337aec2139f449 Mon Sep 17 00:00:00 2001 From: Guido Imperiale Date: Mon, 27 Jan 2020 18:24:47 +0000 Subject: [PATCH 1/2] Fix regression in github dependency graph --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000000..c584caef6e1 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +# This file is redundant with setup.cfg; it exists to allow GitHub building the +# repository dependency graph +# https://help.github.com/en/github/visualizing-repository-data-with-graphs/listing-the-packages-that-a-repository-depends-on + +numpy >= 1.15 +pandas >= 0.25 From fb67d9d305294d6198a939151a0775865c5eb800 Mon Sep 17 00:00:00 2001 From: Guido Imperiale Date: Mon, 27 Jan 2020 18:26:55 +0000 Subject: [PATCH 2/2] cosmetic --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c584caef6e1..17de1e6f26a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -# This file is redundant with setup.cfg; it exists to allow GitHub building the -# repository dependency graph +# This file is redundant with setup.cfg; +# it exists to let GitHub build the repository dependency graph # https://help.github.com/en/github/visualizing-repository-data-with-graphs/listing-the-packages-that-a-repository-depends-on numpy >= 1.15