From 0f09042962ccccf9f00cf9427b9c9f31d0ceb706 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 13 Apr 2022 15:25:47 +0530 Subject: [PATCH] chore(deps)!: Drop `pandas` as dependency (#30598) depends on https://github.com/frappe/erpnext/pull/30597 depends on https://github.com/frappe/erpnext/pull/30584 Closes https://github.com/frappe/erpnext/issues/27047 (read for more details) --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 657054fb240..85ff515772d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ # frappe # https://github.com/frappe/frappe is installed during bench-init gocardless-pro~=1.22.0 googlemaps -pandas>=1.1.5,<2.0.0 plaid-python~=7.2.1 pycountry~=20.7.3 PyGithub~=1.55