diff --git a/conda/conda_build_config.yaml b/conda/conda_build_config.yaml index 506f586e2..8b87ce0c9 100644 --- a/conda/conda_build_config.yaml +++ b/conda/conda_build_config.yaml @@ -7,7 +7,6 @@ scalar: - complex python: - - 3.7 - 3.8 - 3.9 - 3.10 diff --git a/conda/meta.yaml b/conda/meta.yaml index d50582c58..9e888c5c8 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -21,7 +21,7 @@ source: build: number: {{ build }} - skip: true # [py<=36] + skip: true # [py<=37] string: py{{ CONDA_PY }}_{{ scalar }}_h{{ PKG_HASH }}_{{ build }} track_features: - tacs_complex # [scalar == "complex"] @@ -29,7 +29,6 @@ build: requirements: build: - python {{ python }} - - numpy 1.18 # [py==37] - numpy 1.18 # [py==38] - numpy 1.19 # [py==39] - numpy 1.22 # [py==310] @@ -46,7 +45,6 @@ requirements: host: - python {{ python }} - pip - - numpy 1.18 # [py==37] - numpy 1.18 # [py==38] - numpy 1.19 # [py==39] - numpy 1.22 # [py==310] @@ -64,7 +62,6 @@ requirements: run: - python - - numpy >=1.18.5,<2.0.a0 # [py==37] - numpy >=1.18.5,<2.0.a0 # [py==38] - numpy >=1.19.5,<2.0.a0 # [py==39] - numpy >=1.22.0,<2.0.a0 # [py==310]