Skip to content

Commit

Permalink
refactor(dependencies): remove python-dateutil (#2080)
Browse files Browse the repository at this point in the history
* pandas already requires python-dateutil >= 2.8.2
* remove from pyproject.toml and environment.yml
  • Loading branch information
wpbonelli committed Feb 1, 2024
1 parent d0c5dbc commit da8a3bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion etc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies:
- virtualenv

# optional
- python-dateutil>=2.4.0
- affine
- scipy
- pandas
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ optional = [
"pymetis ; platform_system != 'Windows'",
"pyproj",
"pyshp",
"python-dateutil >=2.4.0",
"pyvista",
"rasterio",
"rasterstats",
Expand Down

0 comments on commit da8a3bd

Please sign in to comment.