From c87564cdf2be8a26810366094a24d35ced884bf2 Mon Sep 17 00:00:00 2001 From: Roman Bolgaryn Date: Thu, 2 Nov 2023 14:54:00 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a5e52a879..3c24b7363 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ "plotting": ["plotly", "matplotlib", "igraph", "geopandas", "geojson"], # "shapely", "pyproj" are dependencies of geopandas and so already available; # "base64", "hashlib", "zlib" produce installing problems, so they are not included - "test": ["pytest<=7.0", "pytest-xdist"], + "test": ["pytest", "pytest-xdist"], "performance": ["ortools"], # , "lightsim2grid"], "pgm": ["power-grid-model-io"], "fileio": ["xlsxwriter", "openpyxl", "cryptography", "geopandas", "psycopg2"],