Skip to content

Commit

Permalink
Changes by run-edgetest action (#489)
Browse files Browse the repository at this point in the history
* [edgetest] automated change
* add numpy and update envs
  • Loading branch information
github-actions[bot] authored Oct 2, 2024
1 parent 2b7ad68 commit b2b64db
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
12 changes: 6 additions & 6 deletions docs/docs-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ dependencies:

# install rubicon-ml dependencies
# so local pip install doesn't
- dash<=2.17.1,>=2.11.0
- dash<=2.18.1,>=2.11.0
- dash-bootstrap-components<=1.6.0,>=1.0.0
- fsspec<=2024.6.1,>=2021.4.0
- intake<=2.0.6,>=0.5.2
- fsspec<=2024.9.0,>=2021.4.0
- intake<=2.0.7,>=0.5.2
- jsonpath-ng<=1.6.1,>=1.5.3
- numpy<=2.0.2,>=1.22.0
- pandas<=2.2.2,>=1.0.0
- numpy<=2.1.1,>=1.22.0
- pandas<=2.2.3,>=1.0.0
- 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
- scikit-learn<=1.5.2,>=0.22.0

- pip:
# additional prefect extras
Expand Down
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<=2024.6.1,>=2021.4.0
- intake<=2.0.6,>=0.5.2
- fsspec<=2024.9.0,>=2021.4.0
- intake<=2.0.7,>=0.5.2
- jsonpath-ng<=1.6.1,>=1.5.3
- numpy<=2.0.2,>=1.22.0
- pandas<=2.2.2,>=1.0.0
- numpy<=2.1.1,>=1.22.0
- pandas<=2.2.3,>=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
- scikit-learn<=1.5.2,>=0.22.0

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

# for s3fs extras
- s3fs<=2024.6.1,>=0.4
- s3fs<=2024.9.0,>=0.4

# for viz extras
- dash<=2.17.1,>=2.11.0
- dash<=2.18.1,>=2.11.0
- dash-bootstrap-components<=1.6.0,>=1.0.0

# for testing
Expand Down
20 changes: 10 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@ include_package_data = True
packages = find:
install_requires =
click<=8.1.7,>=7.1
fsspec<=2024.6.1,>=2021.4.0
intake<=2.0.6,>=0.5.2
fsspec<=2024.9.0,>=2021.4.0
intake<=2.0.7,>=0.5.2
jsonpath-ng<=1.6.1,>=1.5.3
numpy<=2.0.2,>=1.22.0
pandas<=2.2.2,>=1.0.0
numpy<=2.1.1,>=1.22.0
pandas<=2.2.3,>=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
scikit-learn<=1.5.2,>=0.22.0

[options.extras_require]
s3 =
s3fs<=2024.6.1,>=0.4
s3fs<=2024.9.0,>=0.4
ui =
dash<=2.17.1,>=2.11.0
dash<=2.18.1,>=2.11.0
dash-bootstrap-components<=1.6.0,>=1.0.0
viz =
dash<=2.17.1,>=2.11.0
dash<=2.18.1,>=2.11.0
dash-bootstrap-components<=1.6.0,>=1.0.0
all =
dash<=2.17.1,>=2.11.0
dash<=2.18.1,>=2.11.0
dash-bootstrap-components<=1.6.0,>=1.0.0
s3fs<=2024.6.1,>=0.4
s3fs<=2024.9.0,>=0.4

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit b2b64db

Please sign in to comment.