From d0d494fcb2743fb097bb7a598c4a1b136a4e10c3 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Tue, 12 Mar 2024 15:53:37 +0100 Subject: [PATCH] Added some stuff to gitignore, removed explicit dependency on Numpy --- .gitignore | 3 +++ pyproject.toml | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e74d8ac..45d7630 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ acme_log.log .venv .py-build-cmake_cache cpp_src/lasp_config.h +.cache +.vscode +build diff --git a/pyproject.toml b/pyproject.toml index 4fc065f..481a25e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,6 @@ urls = { "Documentation" = "https://lasp.ascee.nl" } dependencies = [ "scipy", - "numpy", "matplotlib>=3.7.2", "appdirs", "dataclasses_json",