diff --git a/.gitmodules b/.gitmodules index 7ff7374b7..e69de29bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "LoopStructuralNotebooks"] - path = notebooks - url = git@github.com:Loop3D/LoopStructuralNotebooks.git diff --git a/LoopStructuralNotebooks b/LoopStructuralNotebooks deleted file mode 160000 index e430410a6..000000000 --- a/LoopStructuralNotebooks +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e430410a672ab897ff968be9ae0ee2f8cae66cd9 diff --git a/conda/meta.yaml b/conda/meta.yaml index 5a12726cf..0cf5def2e 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -19,15 +19,19 @@ requirements: - cython - setuptools run: - - python - - map2model + - Cython - numpy - pandas - - geopandas + - scipy - matplotlib + - scikit-image + - scikit-learn test: imports: - - map2loop + - LoopStructural + - pytest + commands: + - pytest about: home: "https://github.com/Loop3D/LoopStructural"