Skip to content

Commit

Permalink
feat: Relax aws extras requirements (feast-dev#3585)
Browse files Browse the repository at this point in the history
* relax aws extras requirements

boto3 1.20.23 was released in late 2021. There have been many releases
since that downstream projects would reasonably want to use.

s3fs is a particularly thorny dependency because each version of s3fs
depends on a very narrow range of aiobotocore versions.  s3fs (as
opposed to pyarrow._s3fs) does not appear to be used directly for AWS
related code.  If users want to avail themself of pandas<-->s3
integration with s3fs they can still install it directly.

Signed-off-by: Chris Burroughs <chris.burroughs@gmail.com>

* fixup: regen requirements

Signed-off-by: Chris Burroughs <chris.burroughs@gmail.com>

---------

Signed-off-by: Chris Burroughs <chris.burroughs@gmail.com>
  • Loading branch information
cburroughs committed Apr 21, 2023
1 parent f9862b5 commit 7e77382
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 274 deletions.
Loading

0 comments on commit 7e77382

Please sign in to comment.