-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates README with a specific example and adds setuptools
Python moves fast, and if we're not careful we could miss it. In this case pkg_resources is no longer a part of our default environment, so we must explicitly include setuptools to ensure that pkg_resources is available.
- Loading branch information
1 parent
201acb2
commit 66f88a5
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ dependencies: | |
- pandas | ||
- pocean-core>=1.9.3 | ||
- pyarrow | ||
- setuptools |