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
|
.venv
|
||||||
.py-build-cmake_cache
|
.py-build-cmake_cache
|
||||||
cpp_src/lasp_config.h
|
cpp_src/lasp_config.h
|
||||||
|
.cache
|
||||||
|
.vscode
|
||||||
|
build
|
||||||
|
@ -24,7 +24,6 @@ urls = { "Documentation" = "https://lasp.ascee.nl" }
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"scipy",
|
"scipy",
|
||||||
"numpy",
|
|
||||||
"matplotlib>=3.7.2",
|
"matplotlib>=3.7.2",
|
||||||
"appdirs",
|
"appdirs",
|
||||||
"dataclasses_json",
|
"dataclasses_json",
|
||||||
|
Loading…
Reference in New Issue
Block a user