Skip to content

Commit

Permalink
Add uv to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 23, 2024
1 parent a5285ae commit 9b38dba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dynamic = [
]
description = "A Python package for processing hyperspectral data in coastal regions"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
keywords = [
"HyperCoast",
]
Expand All @@ -18,7 +18,6 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ earthaccess
geopandas
h5netcdf
hvplot
leafmap>=0.37.1
leafmap>=0.38.0
localtileserver
mapclassify
netcdf4
numpy<2.0.0
numpy
psutil
rioxarray
s3fs
scikit-learn
Expand Down

0 comments on commit 9b38dba

Please sign in to comment.