Skip to content

Commit

Permalink
Changes by run-edgetest action (#392)
Browse files Browse the repository at this point in the history
* [edgetest] automated change
* update environments
Co-authored-by: Ryan Soley <[email protected]>
  • Loading branch information
github-actions[bot] authored Oct 12, 2023
1 parent 484ba18 commit 0ced4ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:

# install rubicon-ml dependencies
# so local pip install doesn't
- dash<=2.13.0,>=2.0.0
- dash<=2.14.0,>=2.0.0
- dash-bootstrap-components<=1.5.0,>=1.0.0
- fsspec<=2023.9.2,>=2021.4.0
- intake[dataframe]<=0.7.0,>=0.5.2
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- s3fs<=2023.9.2,>=0.4

# for viz extras
- dash<=2.13.0,>=2.0.0
- dash<=2.14.0,>=2.0.0
- dash-bootstrap-components<=1.5.0,>=1.0.0

# for testing
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ prefect =
s3 =
s3fs<=2023.9.2,>=0.4
ui =
dash<=2.13.0,>=2.0.0
dash<=2.14.0,>=2.0.0
dash-bootstrap-components<=1.5.0,>=1.0.0
viz =
dash<=2.13.0,>=2.0.0
dash<=2.14.0,>=2.0.0
dash-bootstrap-components<=1.5.0,>=1.0.0
all =
dash<=2.13.0,>=2.0.0
dash<=2.14.0,>=2.0.0
dash-bootstrap-components<=1.5.0,>=1.0.0
prefect<=1.2.4,>=0.12.0
s3fs<=2023.9.2,>=0.4
Expand Down

0 comments on commit 0ced4ab

Please sign in to comment.