Skip to content

Commit

Permalink
Add pandas as a dependency (#15)
Browse files Browse the repository at this point in the history
I am trying to add dask-ee to conda-forge. The testing failed becaused
pandas is not included in the dependency list. We should add it.

conda-forge/staged-recipes#26760

![image](https://github.com/alxmrs/dask-ee/assets/5016453/03bce51f-449f-46cf-960f-d68ce107885a)
  • Loading branch information
giswqs authored Jun 25, 2024
1 parent 6c1cad7 commit 549927a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ classifiers = [
dependencies = [
"earthengine-api>=0.1.374",
"dask[dataframe]",
"pandas",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 549927a

Please sign in to comment.