Skip to content

Commit

Permalink
properly bump libpysal pin
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Mar 10, 2024
1 parent f57eee0 commit 399cf39
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/envs/310-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.10
- geopandas
- inequality
- libpysal>=4.8.0
- libpysal>=4.10.0
- mapclassify
- networkx
- packaging
Expand Down
2 changes: 1 addition & 1 deletion ci/envs/311-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.11
- geopandas
- inequality
- libpysal>=4.8.0
- libpysal>=4.10.0
- mapclassify
- networkx
- packaging
Expand Down
2 changes: 1 addition & 1 deletion ci/envs/312-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- dask
- geopandas
- inequality
- libpysal>=4.8.0
- libpysal>=4.10.0
- networkx
- osmnx
- packaging
Expand Down
2 changes: 1 addition & 1 deletion ci/envs/312-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.12
- geopandas
- inequality
- libpysal>=4.8.0
- libpysal>=4.10.0
- mapclassify
- networkx
- osmnx
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Dependencies
Required dependencies:

- `geopandas`_ (>= 0.12.0)
- `libpysal`_ (>= 4.8.0)
- `libpysal`_ (>= 4.10.0)
- `networkx`_
- `tqdm`_

Expand Down

0 comments on commit 399cf39

Please sign in to comment.