Skip to content

Commit

Permalink
[edgetest] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanSoley authored Aug 24, 2023
1 parent 34d3bcb commit e56595a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ zip_safe = False
include_package_data = True
packages = find:
install_requires =
click<=8.1.4,>=7.1
click<=8.1.7,>=7.1
fsspec<=2023.6.0,>=2021.4.0
intake[dataframe]<=0.7.0,>=0.5.2
numpy<=1.25.1,>=1.22.0
numpy<=1.25.2,>=1.22.0
pandas<=2.0.3,>=1.0.0
pyarrow<=12.0.1,>=0.18.0
PyYAML<=6.0,>=5.4.0
pyarrow<=13.0.0,>=0.18.0
PyYAML<=6.0.1,>=5.4.0
scikit-learn<=1.3.0,>=0.22.0

[options.extras_require]
Expand All @@ -43,14 +43,14 @@ prefect =
s3 =
s3fs<=2023.6.0,>=0.4
ui =
dash<=2.11.1,>=2.0.0
dash-bootstrap-components<=1.4.1,>=1.0.0
dash<=2.12.1,>=2.0.0
dash-bootstrap-components<=1.4.2,>=1.0.0
viz =
dash<=2.11.1,>=2.0.0
dash-bootstrap-components<=1.4.1,>=1.0.0
dash<=2.12.1,>=2.0.0
dash-bootstrap-components<=1.4.2,>=1.0.0
all =
dash<=2.11.1,>=2.0.0
dash-bootstrap-components<=1.4.1,>=1.0.0
dash<=2.12.1,>=2.0.0
dash-bootstrap-components<=1.4.2,>=1.0.0
prefect<=1.2.4,>=0.12.0
s3fs<=2023.6.0,>=0.4

Expand Down

0 comments on commit e56595a

Please sign in to comment.