Skip to content

Commit

Permalink
Merge pull request #31 from uscuni/GH30_oldest_dependencies
Browse files Browse the repository at this point in the history
set oldest dependencies - #30
  • Loading branch information
jGaboardi authored Oct 7, 2024
2 parents 199f20c + c93231d commit 629b079
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
matrix:
os: [ubuntu-latest]
environment-file: [
ci/py310_sgeop-oldest.yaml,
ci/py311_sgeop-oldest.yaml,
ci/py311_sgeop-latest.yaml,
ci/py312_sgeop-latest.yaml,
ci/py312_sgeop-dev.yaml,
Expand Down
22 changes: 0 additions & 22 deletions ci/py310_sgeop-oldest.yaml

This file was deleted.

19 changes: 19 additions & 0 deletions ci/py311_sgeop-oldest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: py311_sgeop-oldest
channels:
- conda-forge
dependencies:
- python=3.11
- esda=2.6.0
- geopandas=1.0.1
- libpysal=4.12.1
- momepy=0.8.1
- networkx=3.3
- numpy=1.26.4
- pandas=2.2.3
- scipy=1.14.1
- shapely=2.0.6
# testing
- pre-commit
- pytest
- pytest-cov
- pytest-xdist
16 changes: 8 additions & 8 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ channels:
- conda-forge
dependencies:
- python=3.12
- esda>=2.5.1
- geopandas>=0.13.0
- libpysal
- esda>=2.6.0
- geopandas>=1.0.1
- libpysal>=4.12.1
- momepy>=0.8.1
- networkx>=2.8
- numpy
- pandas>=1.5.1
- scipy
- shapely>=2
- networkx>=3.3
- numpy>=1.26.4
- pandas>=2.2.3
- scipy>=1.14.1
- shapely>=2.0.6
# testing
- pre-commit
- pytest
Expand Down
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ classifiers = [
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: GIS",
]
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = [
"esda>=2.5.1",
"geopandas>=0.13.0",
"libpysal",
"esda>=2.6.0",
"geopandas>=1.0.1",
"libpysal>=4.12.1",
"momepy>=0.8.1",
"networkx>=2.8",
"numpy",
"pandas>=1.5.1",
"scipy",
"shapely>=2",
"networkx>=3.3",
"numpy>=1.26.4",
"pandas>=2.2.3",
"scipy>=1.14.1",
"shapely>=2.0.6",
]

[project.urls]
Expand Down

0 comments on commit 629b079

Please sign in to comment.