Skip to content

Commit

Permalink
ci: add uv packaging files
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Sep 17, 2024
1 parent 0ad7f5d commit 9eb8b9d
Show file tree
Hide file tree
Showing 2 changed files with 380 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[project]
name = "pyhadcrut5"
version = "0.1.0"
description = "HadCRUT5 temperature datasets visualizer"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"matplotlib>=3.8.0",
"netcdf4>=1.6.5",
"numpy>=1.26",
"requests>=2.31",
]
Loading

0 comments on commit 9eb8b9d

Please sign in to comment.