From 3eaf11a176c4e78659503979f44bfc26ff885f5c Mon Sep 17 00:00:00 2001 From: raychew Date: Mon, 18 Mar 2024 14:29:04 +0100 Subject: [PATCH] added apt-get libgeos-dev to dependencies --- .github/workflows/documentation.yml | 3 +++ requirements.txt | 8 ++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ea676ba..dc3affc 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -10,6 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: ConorMacBride/install-package@v1 + with: + apt: libgeos-dev - uses: actions/setup-python@v3 with: python-version: '3.10.5' diff --git a/requirements.txt b/requirements.txt index c4b2fa4..7c65f13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,11 @@ -matplotlib==3.7.2 -cython>=0.29.24 -numpy==1.24.3 -shapely>=1.7.1 -pyshp>=2.3 -pyproj>=3.1.0 Cartopy==0.21.1 h5py==3.9.0 ipython==8.12.3 +matplotlib==3.7.2 netCDF4==1.6.5 noise==1.2.2 numba==0.57.1 +numpy==1.24.3 pandas==2.0.3 scikit_learn==1.3.0 scipy==1.12.0 \ No newline at end of file