Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Jan 9, 2024
1 parent 10cd1da commit 1e48197
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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.6.0
- libpysal>=4.8.0
- mapclassify
- networkx
- packaging
Expand Down
2 changes: 1 addition & 1 deletion ci/envs/310-oldest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.10
- geopandas=0.12
- inequality
- libpysal=4.6.0
- libpysal=4.8.0
- mapclassify
- networkx=2.7
- numpy=1.22
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.6.0
- libpysal>=4.8.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.6.0
- libpysal>=4.8.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.6.0
- libpysal>=4.8.0
- mapclassify
- networkx
- osmnx
Expand Down
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ Dependencies

Required dependencies:

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

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- geopandas
- inequality
- jupyter
- libpysal>=4.6.0
- libpysal>=4.8.0
- mapclassify
- matplotlib
- momepy
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
requires-python = ">=3.10"
dependencies = [
"geopandas>=0.12.0",
"libpysal>=4.6.0",
"libpysal>=4.8.0",
"networkx>=2.7",
"packaging",
"pandas!=1.5.0",
Expand Down

0 comments on commit 1e48197

Please sign in to comment.