Added some stuff to gitignore, removed explicit dependency on Numpy
This commit is contained in:
parent
15cd62baf8
commit
d0d494fcb2
3
.gitignore
vendored
3
.gitignore
vendored
@ -21,3 +21,6 @@ acme_log.log
|
||||
.venv
|
||||
.py-build-cmake_cache
|
||||
cpp_src/lasp_config.h
|
||||
.cache
|
||||
.vscode
|
||||
build
|
||||
|
@ -24,7 +24,6 @@ urls = { "Documentation" = "https://lasp.ascee.nl" }
|
||||
|
||||
dependencies = [
|
||||
"scipy",
|
||||
"numpy",
|
||||
"matplotlib>=3.7.2",
|
||||
"appdirs",
|
||||
"dataclasses_json",
|
||||
|
Loading…
Reference in New Issue
Block a user