From 01bcc8e7172da209b3c50d6d8d0c31f8dd11eab0 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 7 Nov 2023 17:01:07 +0400 Subject: [PATCH] Add back numpy and pandas as they are used in the test suite --- dev-requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index b198a1e1c..7e3f4c9f4 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,6 +15,9 @@ twine build nox +numpy +pandas + # Testing the 'search_mvt' API response mapbox-vector-tile # Python 3.7 gets an old version of mapbox-vector-tile, requiring an