Skip to content

Commit

Permalink
Changes by run-edgetest action (#250)
Browse files Browse the repository at this point in the history
* [create-pull-request] automated change
* update environments

Co-authored-by: ryanSoley <ryanSoley@users.noreply.github.com>
Co-authored-by: Ryan Soley <ryan.e.soley@gmail.com>
  • Loading branch information
3 people authored Jul 6, 2022
1 parent a5317d4 commit b813826
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- fsspec<=2022.5.0,>=2021.4.0
- intake[dataframe]<=0.6.5,>=0.5.2
- pandas<=1.4.3,>=1.0.0
- prefect<=1.2.2,>=0.12.0
- prefect<=1.2.3,>=0.12.0
- pyarrow<=8.0.0,>=0.18.0
- PyYAML<=6.0,>=5.4.0
- scikit-learn
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- s3fs<=2022.5.0,>=0.4

# for prefect workflows
- prefect<=1.2.2,>=0.12.0
- prefect<=1.2.3,>=0.12.0

# for viz
- dash<=2.5.1,>=2.0.0
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ install_requires =

[options.extras_require]
prefect_requires =
prefect<=1.2.2,>=0.12.0
prefect<=1.2.3,>=0.12.0
ui_requires =
dash<=2.5.1,>=2.0.0
dash-bootstrap-components<=1.2.0,>=1.0.0
all =
prefect<=1.2.2,>=0.12.0
prefect<=1.2.3,>=0.12.0
dash<=2.5.1,>=2.0.0
dash-bootstrap-components<=1.2.0,>=1.0.0

Expand Down

0 comments on commit b813826

Please sign in to comment.