diff --git a/pixi.lock b/pixi.lock index af5d5c2..6c128f1 100644 --- a/pixi.lock +++ b/pixi.lock @@ -3,8 +3,6 @@ environments: default: channels: - url: https://conda.anaconda.org/conda-forge/ - indexes: - - https://pypi.org/simple options: pypi-prerelease-mode: if-necessary-or-explicit packages: @@ -125,7 +123,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.3.3-hceb46e0_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.25.0-py313h54dd161_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda - - pypi: git+https://github.com/chrisburr/constructor.git?branch=fix%2Fmkdir-conda-guard#20bf60d2a07e47f932c16cc6676cfce8fdca5bf3 linux-aarch64: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda @@ -242,7 +239,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-ng-2.3.3-ha7cb516_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.25.0-py313h62ef0ea_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.7-h85ac4a6_6.conda - - pypi: git+https://github.com/chrisburr/constructor.git?branch=fix%2Fmkdir-conda-guard#20bf60d2a07e47f932c16cc6676cfce8fdca5bf3 osx-64: - conda: https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda @@ -350,7 +346,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-ng-2.3.2-h8bce59a_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.25.0-py313hcb05632_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.7-h3eecb57_6.conda - - pypi: git+https://github.com/chrisburr/constructor.git?branch=fix%2Fmkdir-conda-guard#20bf60d2a07e47f932c16cc6676cfce8fdca5bf3 osx-arm64: - conda: https://conda.anaconda.org/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda @@ -459,7 +454,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-ng-2.3.2-hed4e4f5_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.25.0-py313h9734d34_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.7-hbf9d68e_6.conda - - pypi: git+https://github.com/chrisburr/constructor.git?branch=fix%2Fmkdir-conda-guard#20bf60d2a07e47f932c16cc6676cfce8fdca5bf3 release: channels: - url: https://conda.anaconda.org/conda-forge/ @@ -1320,17 +1314,6 @@ packages: purls: [] size: 20143699 timestamp: 1733425438291 -- pypi: git+https://github.com/chrisburr/constructor.git?branch=fix%2Fmkdir-conda-guard#20bf60d2a07e47f932c16cc6676cfce8fdca5bf3 - name: constructor - version: 3.2.3.dev493+g20bf60d2a - requires_dist: - - conda>=4.6 - - ruamel-yaml>=0.11.14,<0.19 - - pillow>=3.1 ; sys_platform == 'darwin' or sys_platform == 'win32' - - jinja2 - - jsonschema>=4 - - pydantic>=2.11,<2.12 ; extra == 'schema' - requires_python: '>=3.10' - conda: https://conda.anaconda.org/conda-forge/linux-64/cpp-expected-1.3.1-h171cf75_0.conda sha256: 0d9405d9f2de5d4b15d746609d87807aac10e269072d6408b769159762ed113d md5: d17488e343e4c5c0bd0db18b3934d517 diff --git a/pixi.toml b/pixi.toml index 114ac53..67bbe1e 100644 --- a/pixi.toml +++ b/pixi.toml @@ -9,15 +9,7 @@ python = ">=3.12" pip = "*" libmambapy = "*" micromamba = "*" -conda = ">=4.6" -conda-standalone = "*" -jinja2 = "*" -jsonschema = ">=4" -pillow = ">=3.1" -"ruamel.yaml" = ">=0.11.14,<0.19" - -[pypi-dependencies] -constructor = { git = "https://github.com/chrisburr/constructor.git", branch = "fix/mkdir-conda-guard" } +constructor = "*" # Feature for release scripts (separate environment, excludes build deps) [feature.release.dependencies]