Skip to content

Commit

Permalink
Updated version, syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Nov 27, 2024
1 parent 469050e commit 23c38d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "cfapyx"
version = "2024.11.6"
version = "2024.11.27"
description = "The pure-Python implementation of the CF Aggregation conventions, including the Xarray engine to enable reading CFA-netCDF files."
authors = ["dwest77 <[email protected]>"]
license = "{file = \"LICENSE\"}"
readme = "README.md"
keywords = ["cf", "cf-conventions","xarray","cloud","ArrayPartition"]

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.9,<4.0"
scipy = "1.12.0"
xarray = "2024.6.0"
cfdm = "1.11.1.0"
Expand Down

0 comments on commit 23c38d2

Please sign in to comment.