From cb62737d13ea1bda4625ca0862ec466ecce2a917 Mon Sep 17 00:00:00 2001 From: Chris Bridge Date: Tue, 24 Sep 2024 21:38:52 -0400 Subject: [PATCH] Remove numpy stubs dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19f469b3..a6c9f2be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,6 @@ test = [ "pytest==7.4.4", "pytest-cov==4.1.0", "pytest-flake8==1.1.1", - "numpy-stubs @ git+https://github.com/numpy/numpy-stubs@201115370a0c011d879d69068b60509accc7f750", ] docs = [ "sphinx-autodoc-typehints==1.17.0",