Skip to content

Commit

Permalink
unpin numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Jun 18, 2024
1 parent aaaddad commit 26abd61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests_conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
conda info
conda install -c conda-forge rasterio opencv "numpy<2" click tqdm pyyaml fsspec requests aiohttp pytest pytest-cov
conda install -c conda-forge rasterio opencv numpy click tqdm pyyaml fsspec requests aiohttp pytest pytest-cov
conda list
- name: Install OpenCV Linux dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov
python -m pip install rasterio opencv-python-headless "numpy<2" click tqdm pyyaml fsspec requests aiohttp
python -m pip install rasterio opencv-python-headless numpy click tqdm pyyaml fsspec requests aiohttp
python -m pip list
- name: Lint with flake8
Expand Down

0 comments on commit 26abd61

Please sign in to comment.