Skip to content

Commit

Permalink
Changes by run-edgetest action (#400)
Browse files Browse the repository at this point in the history
* [edgetest] automated change
* update environments
  • Loading branch information
github-actions[bot] committed Nov 16, 2023
1 parent 8d0d387 commit e227eb5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions docs/docs-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ dependencies:

# install rubicon-ml dependencies
# so local pip install doesn't
- dash<=2.14.0,>=2.0.0
- dash<=2.14.1,>=2.0.0
- dash-bootstrap-components<=1.5.0,>=1.0.0
- fsspec<=2023.9.2,>=2021.4.0
- fsspec<=2023.10.0,>=2021.4.0
- intake[dataframe]<=0.7.0,>=0.5.2
- jsonpath-ng<=1.6.0,>=1.5.3
- numpy<=1.26.0,>=1.22.0
- pandas<=2.1.1,>=1.0.0
- numpy<=1.26.2,>=1.22.0
- pandas<=2.1.3,>=1.0.0
- prefect<=1.2.4,>=0.12.0
- pyarrow<=13.0.0,>=0.18.0
- pyarrow<=14.0.1,>=14.0.1
- PyYAML<=6.0.1,>=5.4.0
- scikit-learn<=1.3.1,>=0.22.0
- scikit-learn<=1.3.2,>=0.22.0
14 changes: 7 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ dependencies:
- pip

- click<=8.1.7,>=7.1
- fsspec<=2023.9.2,>=2021.4.0
- fsspec<=2023.10.0,>=2021.4.0
- intake[dataframe]<=0.7.0,>=0.5.2
- jsonpath-ng<=1.6.0,>=1.5.3
- numpy<=1.26.0,>=1.22.0
- pandas<=2.1.1,>=1.0.0
- pyarrow<=13.0.0,>=0.18.0
- numpy<=1.26.2,>=1.22.0
- pandas<=2.1.3,>=1.0.0
- pyarrow<=14.0.1,>=14.0.1
- PyYAML<=6.0.1,>=5.4.0
- scikit-learn<=1.3.1,>=0.22.0
- scikit-learn<=1.3.2,>=0.22.0

# for prefect extras
- prefect<=1.2.4,>=0.12.0

# for s3fs extras
- s3fs<=2023.9.2,>=0.4
- s3fs<=2023.10.0,>=0.4

# for viz extras
- dash<=2.14.0,>=2.0.0
- dash<=2.14.1,>=2.0.0
- dash-bootstrap-components<=1.5.0,>=1.0.0

# for testing
Expand Down
18 changes: 9 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,31 @@ include_package_data = True
packages = find:
install_requires =
click<=8.1.7,>=7.1
fsspec<=2023.9.2,>=2021.4.0
fsspec<=2023.10.0,>=2021.4.0
intake[dataframe]<=0.7.0,>=0.5.2
jsonpath-ng<=1.6.0,>=1.5.3
numpy<=1.26.0,>=1.22.0
pandas<=2.1.1,>=1.0.0
numpy<=1.26.2,>=1.22.0
pandas<=2.1.3,>=1.0.0
pyarrow<=14.0.1,>=14.0.1
PyYAML<=6.0.1,>=5.4.0
scikit-learn<=1.3.1,>=0.22.0
scikit-learn<=1.3.2,>=0.22.0

[options.extras_require]
prefect =
prefect<=1.2.4,>=0.12.0
s3 =
s3fs<=2023.9.2,>=0.4
s3fs<=2023.10.0,>=0.4
ui =
dash<=2.14.0,>=2.0.0
dash<=2.14.1,>=2.0.0
dash-bootstrap-components<=1.5.0,>=1.0.0
viz =
dash<=2.14.0,>=2.0.0
dash<=2.14.1,>=2.0.0
dash-bootstrap-components<=1.5.0,>=1.0.0
all =
dash<=2.14.0,>=2.0.0
dash<=2.14.1,>=2.0.0
dash-bootstrap-components<=1.5.0,>=1.0.0
prefect<=1.2.4,>=0.12.0
s3fs<=2023.9.2,>=0.4
s3fs<=2023.10.0,>=0.4

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit e227eb5

Please sign in to comment.