File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77name = " mira-simpeg"
88description = " Mira Geoscience fork of SimPEG: Simulation and Parameter Estimation in Geophysics"
99readme = " README.rst"
10- requires-python = " >=3.10 ,<4.0"
10+ requires-python = " >=3.12 ,<4.0"
1111
1212authors = [
1313 { name = " SimPEG developers" , email = " rowanc1@gmail.com" },
@@ -18,7 +18,7 @@ keywords = ["geophysics", "inverse problem"]
1818dependencies = [
1919 " discretize>=0.11" ,
2020 " geoana>=0.7.0" ,
21- " geoh5py>=0.12.0rc, <0.14.dev " ,
21+ " geoh5py>=0.13.0a2, 0.13.* " ,
2222 " libdlf" ,
2323 " matplotlib" ,
2424 " numpy>=1.22" ,
Original file line number Diff line number Diff line change 44 name : " mira-simpeg"
55 # Read version from _version.txt file generated by setuptools_scm
66 version : ${{ load_from_file("_version.txt") | default("0.0.0.dev0") }}
7- python_min : " 3.10 "
7+ python_min : " 3.12 "
88 module_name : simpeg
99
1010package :
@@ -21,14 +21,14 @@ build:
2121
2222requirements :
2323 host :
24- - python 3.10 .*
24+ - python ${{ python_min }} .*
2525 - setuptools >=64
2626 - setuptools_scm >=8
2727 - pip
2828 run :
2929 - python >=${{ python_min }}
3030 # Mira packages
31- - geoh5py >=0.12.0rc, <0.14.dev
31+ - geoh5py >=0.13.0a2, 0.13.*
3232 # direct dependencies
3333 - dask-core *
3434 - discretize >=0.11
You can’t perform that action at this time.
0 commit comments