Skip to content

Commit

Permalink
Add back contraints
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Dec 3, 2024
1 parent a026357 commit 6c1aba4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,26 +168,26 @@ install-ci = { depends_on = [
[dependencies]
geopandas = "*"
hatchling = "*"
ipykernel = "*"
ipywidgets = "*"
ipykernel = ">=6.29"
ipywidgets = ">=8.1.3,<8.2"
jinja2 = "*"
matplotlib = "*"
minio = "*"
netcdf4 = "*"
networkx = "*"
networkx = ">=3.3"
numpy = "*"
pandas = "*"
pandas-stubs = "*"
pandera = "*"
pandera = ">=0.20"
pip = "*"
pyarrow = "*"
pydantic = "*"
pydantic = ">=2"
pyogrio = "*"
pytest = "*"
pytest-cov = "*"
pytest-xdist = "*"
python = "*"
shapely = "*"
python = ">=3.10"
shapely = ">=2.0"
teamcity-messages = "*"
tomli = "*"
tomli-w = "*"
Expand Down

0 comments on commit 6c1aba4

Please sign in to comment.