From c1056e76777a57ddcc474e1788b86d5eab9b27b0 Mon Sep 17 00:00:00 2001 From: Marvin Pfoertner Date: Sun, 27 Mar 2022 13:58:53 +0200 Subject: [PATCH] Don't need requirements.txt anymore --- requirements.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 8fcf3e78c..000000000 --- a/requirements.txt +++ /dev/null @@ -1,16 +0,0 @@ -# ============================================================================= -# DEPRECATION WARNING: -# -# This file exists purely for convenience so that requirements can be easily -# installed with -# -# pip install -r requirements.txt -# -# and so that they show up on GitHub. Requirements of the package are -# specified in setup.cfg. Currently parsing of requirements.txt files is not -# supported by setup.cfg. -# -# If you make changes here, make sure to edit setup.cfg as well! -# ============================================================================= -numpy>=1.20 -scipy>=1.4