Added some stuff to gitignore, removed explicit dependency on Numpy
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Failing after 2m1s Details
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details

This commit is contained in:
Anne de Jong 2024-03-12 15:53:37 +01:00
parent 15cd62baf8
commit d0d494fcb2
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -21,3 +21,6 @@ acme_log.log
.venv
.py-build-cmake_cache
cpp_src/lasp_config.h
.cache
.vscode
build

View File

@ -24,7 +24,6 @@ urls = { "Documentation" = "https://lasp.ascee.nl" }
dependencies = [
"scipy",
"numpy",
"matplotlib>=3.7.2",
"appdirs",
"dataclasses_json",