Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/python_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: write
with:
package-name: 'mira-simpeg'
python-version: '3.10'
python-version: '3.12'
source-repo-names: '["public-noremote-conda-dev"]'
conda-channels: '["conda-forge"]'
publish-repo-names: '["public-noremote-conda-dev"]'
Expand All @@ -36,7 +36,7 @@ jobs:
package-manager: 'setuptools'
package-name: 'mira-simpeg'
version-tag: ${{ github.ref_name }}
python-version: '3.10'
python-version: '3.12'
virtual-repo-names: '["public-pypi-dev", "test-pypi"]'
secrets:
JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }}
Expand Down
17 changes: 0 additions & 17 deletions .github/zizmor.yml

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
name = "mira-simpeg"
description = "Mira Geoscience fork of SimPEG: Simulation and Parameter Estimation in Geophysics"
readme = "README.rst"
requires-python = ">=3.10,<4.0"
requires-python = ">=3.12,<4.0"

authors = [
{ name = "SimPEG developers", email = "rowanc1@gmail.com" },
Expand All @@ -18,7 +18,7 @@ keywords = ["geophysics", "inverse problem"]
dependencies = [
"discretize>=0.11",
"geoana>=0.7.0",
"geoh5py>=0.12.0rc, <0.14.dev",
"geoh5py~=0.13.0a2",
"libdlf",
"matplotlib",
"numpy>=1.22",
Expand Down
6 changes: 3 additions & 3 deletions recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ context:
name: "mira-simpeg"
# Read version from _version.txt file generated by setuptools_scm
version: ${{ load_from_file("_version.txt") | default("0.0.0.dev0") }}
python_min: "3.10"
python_min: "3.12"
module_name: simpeg

package:
Expand All @@ -21,14 +21,14 @@ build:

requirements:
host:
- python 3.10.*
- python ${{ python_min }}.*
- setuptools >=64
- setuptools_scm >=8
- pip
run:
- python >=${{ python_min }}
# Mira packages
- geoh5py >=0.12.0rc, <0.14.dev
- geoh5py >=0.13.0a2, 0.13.*
# direct dependencies
- dask-core *
- discretize >=0.11
Expand Down
18 changes: 18 additions & 0 deletions zizmor.yml
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Zizmor configuration
# --------------------
#
# This file configures zizmor. This is not a workflow that gets run in GitHub
# Actions.
#
# References: https://woodruffw.github.io/zizmor/configuration

rules:
unpinned-uses:
config:
policies:
# Mimic default behaviour: official actions can get pinned by tag.
actions/*: ref-pin
# Allow to use tags to pin reviewdog actions.
reviewdog/action-black: ref-pin
reviewdog/action-flake8: ref-pin
# Allow to use tags to pin MiraGeoscience actions.
MiraGeoscience/*: ref-pin