Skip to content

Commit

Permalink
added apt-get libgeos-dev to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-chew committed Mar 18, 2024
1 parent 25eddcb commit 3eaf11a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
8 changes: 2 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3eaf11a

Please sign in to comment.