Skip to content

Commit 2613893

Browse files
committed
cleanup the conda recipe
1 parent 81b7094 commit 2613893

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

recipe.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,20 @@ requirements:
2626
- pip
2727
run:
2828
- python >=${{ python_min }}
29+
# Mira packages
30+
- geoh5py >=0.11.0a, <0.12.dev
31+
# direct dependencies
2932
- discretize >=0.11
3033
- geoana >=0.7.0
31-
- geoh5py >=0.11.0a1, <0.12.dev
3234
- libdlf *
3335
- matplotlib-base
3436
- numpy >=1.22
3537
- pymatsolver >=0.3
3638
- scipy >=1.8
3739
run_constraints:
3840
- choclo >=0.3.0
39-
- dask-core *
40-
- distributed *
4141
- fsspec >=0.3.3
4242
- scikit-learn >=1.2
43-
- zarr *
4443

4544
tests:
4645
- python:
@@ -70,11 +69,6 @@ tests:
7069
- simpeg.utils.drivers
7170
- simpeg.regularization
7271
- simpeg.meta
73-
- requirements:
74-
run:
75-
- pip
76-
script:
77-
- pip check
7872

7973
about:
8074
summary: "Mira Geoscience fork of SimPEG: Simulation and Parameter Estimation in Geophysics"

0 commit comments

Comments
 (0)