Skip to content

Commit

Permalink
bound boltons >= 1
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Oct 17, 2024
1 parent 63b65c1 commit e9207a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Installation
FloPy requires **Python** 3.9-3.12 with:

```
boltons
boltons >=1.0
numpy >=1.20.3
matplotlib >=1.4.0
pandas >=2.0.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
]
requires-python = ">=3.9,<3.13"
dependencies = [
"boltons",
"boltons>=1.0",
"Jinja2>=3.0",
"numpy>=1.20.3",
"matplotlib >=1.4.0",
Expand Down

0 comments on commit e9207a1

Please sign in to comment.