Skip to content

Commit

Permalink
bump and sync min reqs - #141
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Jun 15, 2024
1 parent e5cab92 commit 8b123e6
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 39 deletions.
10 changes: 5 additions & 5 deletions ci/envs/310-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ channels:
- conda-forge
dependencies:
- python=3.10
- scipy
- geopandas
- libpysal
- matplotlib
- numpy
- pandas
- matplotlib
- libpysal
- scipy
- shapely
# tests
- scikit-learn
- shapely
- geopandas
- statsmodels
- pytest
- pytest-cov
Expand Down
11 changes: 6 additions & 5 deletions ci/envs/310-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ channels:
- conda-forge
dependencies:
- python=3.10
- scipy=1.8
- geopandas=0.12
- libpysal=4.8
- matplotlib=3.4
- numpy=1.21
- pandas=1.3
- matplotlib=3.4
- libpysal=4.5
- scipy=1.11
- shapely=2
# tests
- scikit-learn=1.2
- shapely
- geopandas
- statsmodels
- pytest
- pytest-cov
- codecov
10 changes: 5 additions & 5 deletions ci/envs/311-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ channels:
- conda-forge
dependencies:
- python=3.11
- scipy
- geopandas
- libpysal
- matplotlib
- numpy
- pandas
- matplotlib
- libpysal
- scipy
- shapely
# tests
- scikit-learn
- shapely
- geopandas
- statsmodels
- pytest
- pytest-cov
Expand Down
20 changes: 10 additions & 10 deletions ci/envs/312-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ channels:
- conda-forge
dependencies:
- python=3.12
- numpy
- pandas
- matplotlib
- folium
- libpysal
- mapclassify
- folium
# tests
- matplotlib
- numpy
- pandas
- shapely
- pyproj
# tests
- codecov
- fiona
- pytest
- pytest-cov
- codecov
- pyproj
- pip
- pip:
- --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple
- git+https://github.com/geopandas/geopandas.git
- git+https://github.com/pysal/libpysal.git
- KDEpy
- scipy
- scikit-learn
- statsmodels
- KDEpy
- git+https://github.com/pysal/libpysal.git
- git+https://github.com/geopandas/geopandas.git
10 changes: 5 additions & 5 deletions ci/envs/312-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ channels:
- conda-forge
dependencies:
- python=3.12
- scipy
- geopandas
- libpysal
- matplotlib
- numpy
- pandas
- matplotlib
- libpysal
- scipy
- shapely
# tests
- scikit-learn
- shapely
- geopandas
- statsmodels
- pytest
- pytest-cov
Expand Down
7 changes: 5 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ channels:
- conda-forge
- defaults
dependencies:
- pandas
- python
- geopandas
- libpysal
- matplotlib
- numpy
- pandas
- scipy>=0.11
- scipy
- shapley
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ classifiers = [
]
requires-python = ">=3.10"
dependencies = [
"numpy",
"pandas",
"scipy >=1.8",
"libpysal >=4",
"matplotlib",
"geopandas",
"libpysal >=4.8",
"geopandas >= 0.12",
"matplotlib >=3.4",
"numpy >=1.21",
"pandas >=1.3, !=1.5.0",
"scipy >=1.11",
"shapely >=2"
]

Expand All @@ -53,12 +53,13 @@ docs = [
"myst-parser"
]
tests = [
"geopandas",
"codecov",
"coverage",
"pytest",
"pytest-mpl",
"pytest-cov",
"scikit-learn >=1.2",
"statsmodels",
"watermark",
]

Expand Down

0 comments on commit 8b123e6

Please sign in to comment.