Skip to content

Commit

Permalink
Changes by run-edgetest action (#479)
Browse files Browse the repository at this point in the history
* [edgetest] automated change
* update environments
  • Loading branch information
github-actions[bot] authored Aug 21, 2024
1 parent 1b1c324 commit ea84be7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions docs/docs-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ dependencies:
- dash<=2.17.1,>=2.11.0
- dash-bootstrap-components<=1.6.0,>=1.0.0
- fsspec<=2024.6.1,>=2021.4.0
- intake<=2.0.5,>=0.5.2
- intake<=2.0.6,>=0.5.2
- jsonpath-ng<=1.6.1,>=1.5.3
- numpy<=2.0.0,>=1.22.0
- numpy<=2.0.1,>=1.22.0
- pandas<=2.2.2,>=1.0.0
- prefect<=2.19.8,>=2.16.5
- pyarrow<=16.1.0,>=14.0.1
- prefect<=2.20.2,>=2.16.5
- pyarrow<=17.0.0,>=14.0.1
- PyYAML<=6.0.1,>=5.4.0
- scikit-learn<=1.5.0,>=0.22.0
- scikit-learn<=1.5.1,>=0.22.0

- pip:
# additional prefect extras
Expand Down
10 changes: 5 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ dependencies:

- click<=8.1.7,>=7.1
- fsspec<=2024.6.1,>=2021.4.0
- intake<=2.0.5,>=0.5.2
- intake<=2.0.6,>=0.5.2
- jsonpath-ng<=1.6.1,>=1.5.3
- numpy<=2.0.0,>=1.22.0
- numpy<=2.0.1,>=1.22.0
- pandas<=2.2.2,>=1.0.0
- pyarrow<=16.1.0,>=14.0.1
- pyarrow<=17.0.0,>=14.0.1
- PyYAML<=6.0.1,>=5.4.0
- scikit-learn<=1.5.0,>=0.22.0
- scikit-learn<=1.5.1,>=0.22.0

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

# for s3fs extras
- s3fs<=2024.6.1,>=0.4
Expand Down
18 changes: 9 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ packages = find:
install_requires =
click<=8.1.7,>=7.1
fsspec<=2024.6.1,>=2021.4.0
intake<=2.0.5,>=0.5.2
intake<=2.0.6,>=0.5.2
jsonpath-ng<=1.6.1,>=1.5.3
numpy<=2.0.0,>=1.22.0
numpy<=2.0.1,>=1.22.0
pandas<=2.2.2,>=1.0.0
pyarrow<=16.1.0,>=14.0.1
pyarrow<=17.0.0,>=14.0.1
PyYAML<=6.0.1,>=5.4.0
scikit-learn<=1.5.0,>=0.22.0
scikit-learn<=1.5.1,>=0.22.0

[options.extras_require]
prefect =
backports.strenum<=1.3.1,>=1.3.1;python_version<'3.11'
prefect<=2.19.8,>=2.16.5
backports.strenum<=1.3.1,>=1.3.1; python_version < "3.11"
prefect<=2.20.2,>=2.16.5
s3 =
s3fs<=2024.6.1,>=0.4
ui =
Expand All @@ -53,15 +53,15 @@ viz =
all =
dash<=2.17.1,>=2.11.0
dash-bootstrap-components<=1.6.0,>=1.0.0
prefect<=2.19.7,>=2.16.5
prefect<=2.20.2,>=2.16.5
s3fs<=2024.6.1,>=0.4

[options.entry_points]
console_scripts =
rubicon_ml = rubicon_ml.cli:cli
intake.drivers =
rubicon_ml_experiment = rubicon_ml.intake_rubicon.experiment:ExperimentSource
rubicon_ml_experiment_table = rubicon_ml.intake_rubicon.viz:ExperimentsTableDataSource
rubicon_ml_experiment_table = rubicon_ml.intake_rubicon.viz:ExperimentsTableDataSource
rubicon_ml_metric_correlation_plot = rubicon_ml.intake_rubicon.viz:MetricCorrelationPlotDataSource
rubicon_ml_dataframe_plot = rubicon_ml.intake_rubicon.viz:DataframePlotDataSource
rubicon_ml_metric_list = rubicon_ml.intake_rubicon.viz:MetricListComparisonDataSource
Expand Down Expand Up @@ -115,7 +115,7 @@ deps =
nbformat
palmerpenguins
Pillow
polars
polars
pytest
pytest-cov
prefect
Expand Down

0 comments on commit ea84be7

Please sign in to comment.