From bb6805dfbb84f27882c0fcdf8def4f59bf36f9d5 Mon Sep 17 00:00:00 2001 From: mvogt Date: Wed, 27 Mar 2024 16:28:30 +0100 Subject: [PATCH] fixed some imports and added numba and lightsim2grid to performance --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e203bc92d..725f49532 100644 --- a/setup.py +++ b/setup.py @@ -56,14 +56,14 @@ # "shapely", "pyproj" are dependencies of geopandas and so already available; # "base64", "hashlib", "zlib" produce installing problems, so they are not included "test": ["pytest", "pytest-xdist"], - "performance": ["ortools"], # , "lightsim2grid"], + "performance": ["ortools", "numba", "lightsim2grid"], "pgm": ["power-grid-model-io"], "fileio": ["xlsxwriter", "openpyxl", "cryptography", "geopandas", "psycopg2"], # "fiona" is a depedency of geopandas and so already available "converter": ["matpowercaseframes"], "all": ["numpydoc", "sphinx", "sphinx_rtd_theme", "plotly>=3.1.1", "matplotlib", "igraph", "geopandas", "geojson", - "pytest~=7.0", "pytest-xdist", + "pytest~=8.1", "pytest-xdist", "ortools", # lightsim2grid, "xlsxwriter", "openpyxl", "cryptography", "psycopg2", # for PostgreSQL I/O