Skip to content

Commit

Permalink
add acryl-datahub[all] to big packages list
Browse files Browse the repository at this point in the history
acryl-datahub [1] contains many different extras for interactions with
different data sources (postgres, S3, etc.).  All of them together is
>300 transitive dependencies and I think counts as "big" in the
context of dependency sets.

[1] https://pypi.org/project/acryl-datahub/
  • Loading branch information
cburroughs authored and notatallshaw committed Oct 19, 2024
1 parent 7d040ef commit a54270f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scenarios/big-packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,9 @@ python_version = "3.10"
platform_system = "Linux"
datetime = "2024-10-07 14:00:00"
requirements = ["sktime[all-extras-pandas2]"]

[acryl-datahub-all]
python_version = "3.11"
platform_system = "Linux"
datetime = "2024-10-18T00:00:00"
requirements = ["acryl-datahub[all]"]

0 comments on commit a54270f

Please sign in to comment.