Skip to content

Commit

Permalink
relax esda pin
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Jul 13, 2024
1 parent a82f786 commit 481ba3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/310-oldest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.10
# required
# required
- esda=2.4.2
- esda=2.4
- libpysal=4.8
- quantecon=0.7
- scipy=1.8
Expand Down
2 changes: 1 addition & 1 deletion ci/39-oldest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python=3.9
# required
- esda=2.4.2
- esda=2.4
- libpysal=4.8
- quantecon=0.7
- scipy=1.8
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"esda>=2.4.2",
"esda>=2.4",
"libpysal>=4.8",
"quantecon>=0.7",
"scipy>=1.8",
Expand Down

0 comments on commit 481ba3b

Please sign in to comment.