From 21d09e9c00be261cbb22a189bbb068196c481947 Mon Sep 17 00:00:00 2001 From: Joseph Capriotti Date: Sat, 12 Oct 2024 16:55:43 -0600 Subject: [PATCH] temporary update to make sure it can build --- .github/environment_ci.yml | 2 +- .github/workflows/test_with_conda.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/environment_ci.yml b/.github/environment_ci.yml index 073d8a08..aa41d07e 100644 --- a/.github/environment_ci.yml +++ b/.github/environment_ci.yml @@ -2,7 +2,7 @@ name: geoana-test channels: - conda-forge dependencies: - - numpy>=2.0.0rc1 + - numpy>=1.22.4 - scipy>=1.8 - libdlf diff --git a/.github/workflows/test_with_conda.yml b/.github/workflows/test_with_conda.yml index 1c5844c5..5654702a 100644 --- a/.github/workflows/test_with_conda.yml +++ b/.github/workflows/test_with_conda.yml @@ -39,7 +39,7 @@ jobs: - name: Install Our Package run: | - pip install --no-build-isolation --editable . --config-settings=setup-args="-Dwith_extensions=true" + pip install . --config-settings=setup-args="-Dwith_extensions=true" - name: Run Tests run: |