Skip to content

Commit da2ee12

Browse files
committed
(FEATURE) working on conda build
1 parent 86d38d7 commit da2ee12

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "LoopStructuralNotebooks"]
2-
path = notebooks
3-
url = [email protected]:Loop3D/LoopStructuralNotebooks.git

LoopStructuralNotebooks

-1
This file was deleted.

conda/meta.yaml

+8-4
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,19 @@ requirements:
1919
- cython
2020
- setuptools
2121
run:
22-
- python
23-
- map2model
22+
- Cython
2423
- numpy
2524
- pandas
26-
- geopandas
25+
- scipy
2726
- matplotlib
27+
- scikit-image
28+
- scikit-learn
2829
test:
2930
imports:
30-
- map2loop
31+
- LoopStructural
32+
- pytest
33+
commands:
34+
- pytest
3135

3236
about:
3337
home: "https://github.com/Loop3D/LoopStructural"

0 commit comments

Comments
 (0)