Skip to content

Commit

Permalink
Changes by run-edgetest action (#361)
Browse files Browse the repository at this point in the history
* [edgetest] automated change
* update environments
  • Loading branch information
github-actions[bot] committed Jun 2, 2023
1 parent 628bf02 commit 1c17d5b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions docs/docs-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ dependencies:

# install rubicon-ml dependencies
# so local pip install doesn't
- dash<=2.10.0,>=2.0.0
- dash<=2.10.2,>=2.0.0
- dash-bootstrap-components<=1.4.1,>=1.0.0
- fsspec<=2023.5.0,>=2021.4.0
- intake[dataframe]<=0.6.8,>=0.5.2
- intake[dataframe]<=0.7.0,>=0.5.2
- numpy<=1.24.3,>=1.22.0
- pandas<=2.0.1,>=1.0.0
- pandas<=2.0.2,>=1.0.0
- prefect<=1.2.4,>=0.12.0
- pyarrow<=12.0.0,>=0.18.0
- PyYAML<=6.0,>=5.4.0
Expand Down
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:

- click<=8.1.3,>=7.1
- fsspec<=2023.5.0,>=2021.4.0
- intake[dataframe]<=0.6.8,>=0.5.2
- intake[dataframe]<=0.7.0,>=0.5.2
- numpy<=1.24.3,>=1.22.0
- pandas<=2.0.1,>=1.0.0
- pandas<=2.0.2,>=1.0.0
- pyarrow<=12.0.0,>=0.18.0
- PyYAML<=6.0,>=5.4.0
- scikit-learn<=1.2.2,>=0.22.0
Expand All @@ -21,7 +21,7 @@ dependencies:
- s3fs<=2023.5.0,>=0.4

# for viz extras
- dash<=2.10.0,>=2.0.0
- dash<=2.10.2,>=2.0.0
- dash-bootstrap-components<=1.4.1,>=1.0.0

# for testing
Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ packages = find:
install_requires =
click<=8.1.3,>=7.1
fsspec<=2023.5.0,>=2021.4.0
intake[dataframe]<=0.6.8,>=0.5.2
intake[dataframe]<=0.7.0,>=0.5.2
numpy<=1.24.3,>=1.22.0
pandas<=2.0.1,>=1.0.0
pandas<=2.0.2,>=1.0.0
pyarrow<=12.0.0,>=0.18.0
PyYAML<=6.0,>=5.4.0
scikit-learn<=1.2.2,>=0.22.0
Expand All @@ -43,13 +43,13 @@ prefect =
s3 =
s3fs<=2023.5.0,>=0.4
ui =
dash<=2.10.0,>=2.0.0
dash<=2.10.2,>=2.0.0
dash-bootstrap-components<=1.4.1,>=1.0.0
viz =
dash<=2.10.0,>=2.0.0
dash<=2.10.2,>=2.0.0
dash-bootstrap-components<=1.4.1,>=1.0.0
all =
dash<=2.10.0,>=2.0.0
dash<=2.10.2,>=2.0.0
dash-bootstrap-components<=1.4.1,>=1.0.0
prefect<=1.2.4,>=0.12.0
s3fs<=2023.5.0,>=0.4
Expand Down

0 comments on commit 1c17d5b

Please sign in to comment.