Skip to content

Commit 0c0bad9

Browse files
Changes by run-edgetest action (#499)
* [edgetest] automated change * remove requirements.txt * update dependencies * stop edgetesting numpy and dash
1 parent 6c0f790 commit 0c0bad9

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

docs/docs-environment.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ dependencies:
1717

1818
# install rubicon-ml dependencies
1919
# so local pip install doesn't
20-
- dash<=2.18.1,>=2.11.0
21-
- dash-bootstrap-components<=1.6.0,>=1.0.0
22-
- fsspec<=2024.9.0,>=2021.4.0
20+
- dash<=2.18.2,>=2.11.0
21+
- dash-bootstrap-components<=1.7.1,>=1.0.0
22+
- fsspec<=2025.3.0,>=2021.4.0
2323
- intake<=2.0.7,>=0.5.2
24-
- jsonpath-ng<=1.6.1,>=1.5.3
25-
- numpy<=2.1.1,>=1.22.0
24+
- jsonpath-ng<=1.7.0,>=1.5.3
25+
- numpy<=2.2.4,>=1.22.0
2626
- pandas<=2.2.3,>=1.0.0
2727
- prefect<=2.20.3,>=2.16.5
28-
- pyarrow<=17.0.0,>=14.0.1
28+
- pyarrow<=19.0.1,>=14.0.1
2929
- PyYAML<=6.0.1,>=5.4.0
30-
- scikit-learn<=1.5.2,>=0.22.0
30+
- scikit-learn<=1.6.1,>=0.22.0
3131

3232
- pip:
3333
# additional prefect extras

environment.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ dependencies:
55
- python>=3.8
66
- pip
77

8-
- click<=8.1.7,>=7.1
9-
- fsspec<=2024.9.0,>=2021.4.0
8+
- click<=8.1.8,>=7.1
9+
- fsspec<=2025.3.0,>=2021.4.0
1010
- intake<=2.0.7,>=0.5.2
11-
- jsonpath-ng<=1.6.1,>=1.5.3
12-
- numpy<=2.1.1,>=1.22.0
11+
- jsonpath-ng<=1.7.0,>=1.5.3
12+
- numpy<=2.2.4,>=1.22.0
1313
- pandas<=2.2.3,>=1.0.0
14-
- pyarrow<=17.0.0,>=14.0.1
14+
- pyarrow<=19.0.1,>=14.0.1
1515
- PyYAML<=6.0.1,>=5.4.0
16-
- scikit-learn<=1.5.2,>=0.22.0
16+
- scikit-learn<=1.6.1,>=0.22.0
1717

1818
# for prefect extras
1919
- prefect<=2.20.3,>=2.16.5
2020

2121
# for s3fs extras
22-
- s3fs<=2024.9.0,>=0.4
22+
- s3fs<=2025.3.0,>=0.4
2323

2424
# for viz extras
25-
- dash<=2.18.1,>=2.11.0
26-
- dash-bootstrap-components<=1.6.0,>=1.0.0
25+
- dash<=2.18.2,>=2.11.0
26+
- dash-bootstrap-components<=1.7.1,>=1.0.0
2727

2828
# for testing
2929
- black

setup.cfg

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,29 @@ zip_safe = False
2828
include_package_data = True
2929
packages = find:
3030
install_requires =
31-
click<=8.1.7,>=7.1
32-
fsspec<=2024.9.0,>=2021.4.0
33-
intake<=2.0.7,>=0.5.2
34-
jsonpath-ng<=1.6.1,>=1.5.3
35-
numpy<=2.1.1,>=1.22.0
31+
click<=8.1.8,>=7.1
32+
fsspec<=2025.3.0,>=2021.4.0
33+
intake<=2.0.8,>=0.5.2
34+
jsonpath-ng<=1.7.0,>=1.5.3
35+
numpy<=2.2.4,>=1.22.0
3636
pandas<=2.2.3,>=1.0.0
37-
pyarrow<=17.0.0,>=14.0.1
37+
pyarrow<=19.0.1,>=14.0.1
3838
PyYAML<=6.0.1,>=5.4.0
39-
scikit-learn<=1.5.2,>=0.22.0
39+
scikit-learn<=1.6.1,>=0.22.0
4040

4141
[options.extras_require]
4242
s3 =
43-
s3fs<=2024.9.0,>=0.4
43+
s3fs<=2025.3.0,>=0.4
4444
ui =
45-
dash<=2.18.1,>=2.11.0
46-
dash-bootstrap-components<=1.6.0,>=1.0.0
45+
dash<=2.18.2,>=2.11.0
46+
dash-bootstrap-components<=1.7.1,>=1.0.0
4747
viz =
48-
dash<=2.18.1,>=2.11.0
49-
dash-bootstrap-components<=1.6.0,>=1.0.0
48+
dash<=2.18.2,>=2.11.0
49+
dash-bootstrap-components<=1.7.1,>=1.0.0
5050
all =
51-
dash<=2.18.1,>=2.11.0
52-
dash-bootstrap-components<=1.6.0,>=1.0.0
53-
s3fs<=2024.9.0,>=0.4
51+
dash<=2.18.2,>=2.11.0
52+
dash-bootstrap-components<=1.7.1,>=1.0.0
53+
s3fs<=2025.3.0,>=0.4
5454

5555
[options.entry_points]
5656
console_scripts =
@@ -100,6 +100,8 @@ xfail_strict = True
100100
[edgetest.envs.core]
101101
python_version = 3.9
102102
deps =
103+
dash
104+
dash-bootstrap-components
103105
dask[dataframe]
104106
distributed
105107
h2o
@@ -109,23 +111,21 @@ deps =
109111
nodejs
110112
nbconvert
111113
nbformat
114+
numpy
112115
palmerpenguins
113116
Pillow
114117
polars
115-
prefect<=2.20.3,>=2.16.5
118+
prefect<=2.20.3,>=2.16.5
116119
pytest
117120
pytest-cov
118121
xgboost
119122
extras =
120123
all
121124
upgrade =
122125
click
123-
dash
124-
dash-bootstrap-components
125126
fsspec
126127
intake
127128
jsonpath-ng
128-
numpy
129129
pandas
130130
pyarrow
131131
PyYAML

0 commit comments

Comments
 (0)