Skip to content

Commit

Permalink
Changes by run-edgetest action (#480)
Browse files Browse the repository at this point in the history
* [edgetest] automated change
* update environments
  • Loading branch information
github-actions[bot] authored Aug 28, 2024
1 parent ea84be7 commit 7394403
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/docs-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ dependencies:
- fsspec<=2024.6.1,>=2021.4.0
- intake<=2.0.6,>=0.5.2
- jsonpath-ng<=1.6.1,>=1.5.3
- numpy<=2.0.1,>=1.22.0
- numpy<=2.0.2,>=1.22.0
- pandas<=2.2.2,>=1.0.0
- prefect<=2.20.2,>=2.16.5
- prefect<=2.20.3,>=2.16.5
- pyarrow<=17.0.0,>=14.0.1
- PyYAML<=6.0.1,>=5.4.0
- scikit-learn<=1.5.1,>=0.22.0
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ dependencies:
- fsspec<=2024.6.1,>=2021.4.0
- intake<=2.0.6,>=0.5.2
- jsonpath-ng<=1.6.1,>=1.5.3
- numpy<=2.0.1,>=1.22.0
- numpy<=2.0.2,>=1.22.0
- pandas<=2.2.2,>=1.0.0
- pyarrow<=17.0.0,>=14.0.1
- PyYAML<=6.0.1,>=5.4.0
- scikit-learn<=1.5.1,>=0.22.0

# for prefect extras
- prefect<=2.20.2,>=2.16.5
- prefect<=2.20.3,>=2.16.5

# for s3fs extras
- s3fs<=2024.6.1,>=0.4
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install_requires =
fsspec<=2024.6.1,>=2021.4.0
intake<=2.0.6,>=0.5.2
jsonpath-ng<=1.6.1,>=1.5.3
numpy<=2.0.1,>=1.22.0
numpy<=2.0.2,>=1.22.0
pandas<=2.2.2,>=1.0.0
pyarrow<=17.0.0,>=14.0.1
PyYAML<=6.0.1,>=5.4.0
Expand All @@ -41,7 +41,7 @@ install_requires =
[options.extras_require]
prefect =
backports.strenum<=1.3.1,>=1.3.1; python_version < "3.11"
prefect<=2.20.2,>=2.16.5
prefect<=2.20.3,>=2.16.5
s3 =
s3fs<=2024.6.1,>=0.4
ui =
Expand All @@ -53,7 +53,7 @@ viz =
all =
dash<=2.17.1,>=2.11.0
dash-bootstrap-components<=1.6.0,>=1.0.0
prefect<=2.20.2,>=2.16.5
prefect<=2.20.3,>=2.16.5
s3fs<=2024.6.1,>=0.4

[options.entry_points]
Expand Down

0 comments on commit 7394403

Please sign in to comment.