Skip to content

Commit

Permalink
Changes by run-edgetest action (#265)
Browse files Browse the repository at this point in the history
* [create-pull-request] automated change
* update environments
  • Loading branch information
github-actions[bot] authored Sep 12, 2022
1 parent 66ba870 commit 2d403d6
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -22,7 +22,7 @@ dependencies:
- dask[dataframe]<=2022.9.0,>=2.12.0
- fsspec<=2022.8.2,>=2021.4.0
- intake[dataframe]<=0.6.6,>=0.5.2
- numpy<=1.23.2,>=1.22.0
- numpy<=1.23.3,>=1.22.0
- pandas<=1.4.4,>=1.0.0
- prefect<=1.2.4,>=0.12.0
- pyarrow<=9.0.0,>=0.18.0
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- dask[dataframe]<=2022.9.0,>=2.12.0
- fsspec<=2022.8.2,>=2021.4.0
- intake[dataframe]<=0.6.6,>=0.5.2
- numpy<=1.23.3,>=1.22.0
- pandas<=1.4.4,>=1.0.0
- pyarrow<=9.0.0,>=0.18.0
- PyYAML<=6.0,>=5.4.0
Expand All @@ -21,7 +22,6 @@ dependencies:
# for viz
- dash<=2.6.1,>=2.0.0
- dash-bootstrap-components<=1.2.1,>=1.0.0
- numpy<=1.23.2,>=1.22.0

# for testing
- black
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ install_requires =
dask[dataframe]<=2022.9.0,>=2.12.0
fsspec<=2022.8.2,>=2021.4.0
intake[dataframe]<=0.6.6,>=0.5.2
numpy<=1.23.3,>=1.22.0
pandas<=1.4.4,>=1.0.0
pyarrow<=9.0.0,>=0.18.0
PyYAML<=6.0,>=5.4.0
Expand All @@ -44,11 +45,9 @@ prefect_requires =
ui_requires =
dash<=2.6.1,>=2.0.0
dash-bootstrap-components<=1.2.1,>=1.0.0
numpy<=1.23.2,>=1.22.0
all =
dash<=2.6.1,>=2.0.0
dash-bootstrap-components<=1.2.1,>=1.0.0
numpy<=1.23.2,>=1.22.0
prefect<=1.2.4,>=0.12.0

[options.entry_points]
Expand Down

0 comments on commit 2d403d6

Please sign in to comment.