Skip to content

Commit

Permalink
Fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
f-PLT committed May 28, 2024
1 parent 43d8e7b commit bc7233d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"


numpy = "^1.26.4"
netcdf4 = "^1.6.5"
xmip = "^0.7.2"
tqdm = "^4.66.4"
pint = "^0.23"

[tool.poetry.group.dev]
optional = true

Expand Down Expand Up @@ -119,4 +118,4 @@ verbose = true
testpaths = [
"tests",
]
markers = ["offline: mark a test as needing to be run offline.", ]
markers = ["offline: mark a test as needing to be run offline.", ]

0 comments on commit bc7233d

Please sign in to comment.