Skip to content

Commit

Permalink
Changes by run-edgetest action (#427)
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] and ryanSoley authored Apr 10, 2024
1 parent ceb29a8 commit dc71689
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ dependencies:
- prefect<=1.2.4,>=0.12.0
- pyarrow<=15.0.2,>=14.0.1
- PyYAML<=6.0.1,>=5.4.0
- scikit-learn<=1.4.1.post1,>=0.22.0
- scikit-learn<=1.4.2,>=0.22.0
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- pandas<=2.2.1,>=1.0.0
- pyarrow<=15.0.2,>=14.0.1
- PyYAML<=6.0.1,>=5.4.0
- scikit-learn<=1.4.1.post1,>=0.22.0
- scikit-learn<=1.4.2,>=0.22.0

# for prefect extras
- prefect<=1.2.4,>=0.12.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_requires =
pandas<=2.2.1,>=1.0.0
pyarrow<=15.0.2,>=14.0.1
PyYAML<=6.0.1,>=5.4.0
scikit-learn<=1.4.1.post1,>=0.22.0
scikit-learn<=1.4.2,>=0.22.0

[options.extras_require]
prefect =
Expand Down

0 comments on commit dc71689

Please sign in to comment.