Skip to content

Commit

Permalink
add missing prefect import
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanSoley committed Jul 15, 2024
1 parent 13fc7d8 commit f92f086
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:

# install rubicon-ml dependencies
# so local pip install doesn't
- backports.strenum<=1.3.1,>=1.3.1
- dash<=2.17.1,>=2.11.0
- dash-bootstrap-components<=1.6.0,>=1.0.0
- fsspec<=2024.6.1,>=2021.4.0
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- scikit-learn<=1.5.0,>=0.22.0

# for prefect extras
- backports.strenum<=1.3.1,>=1.3.1
- prefect<=2.19.8,>=2.16.5

# for s3fs extras
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ install_requires =

[options.extras_require]
prefect =
backports.strenum<=1.3.1,>=1.3.1
prefect<=2.19.8,>=2.16.5
s3 =
s3fs<=2024.6.1,>=0.4
Expand Down

0 comments on commit f92f086

Please sign in to comment.