Skip to content

Commit

Permalink
Changes by run-edgetest action (#406)
Browse files Browse the repository at this point in the history
* [edgetest] automated change
* update environments
* update failing notebook
  • Loading branch information
github-actions[bot] authored Feb 26, 2024
1 parent a9cf1a1 commit 912e2e9
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 234 deletions.
10 changes: 5 additions & 5 deletions docs/docs-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ dependencies:
# so local pip install doesn't
- dash<=2.15.0,>=2.11.0
- dash-bootstrap-components<=1.5.0,>=1.0.0
- fsspec<=2023.12.2,>=2021.4.0
- intake[dataframe]<=0.7.0,>=0.5.2
- fsspec<=2024.2.0,>=2021.4.0
- intake[dataframe]<=2.0.1,>=0.5.2
- jsonpath-ng<=1.6.1,>=1.5.3
- numpy<=1.26.3,>=1.22.0
- pandas<=2.2.0,>=1.0.0
- numpy<=1.26.4,>=1.22.0
- pandas<=2.2.1,>=1.0.0
- prefect<=1.2.4,>=0.12.0
- pyarrow<=15.0.0,>=14.0.1
- PyYAML<=6.0.1,>=5.4.0
- scikit-learn<=1.4.0,>=0.22.0
- scikit-learn<=1.4.1.post1,>=0.22.0
12 changes: 6 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ dependencies:
- pip

- click<=8.1.7,>=7.1
- fsspec<=2023.12.2,>=2021.4.0
- intake[dataframe]<=0.7.0,>=0.5.2
- fsspec<=2024.2.0,>=2021.4.0
- intake[dataframe]<=2.0.1,>=0.5.2
- jsonpath-ng<=1.6.1,>=1.5.3
- numpy<=1.26.3,>=1.22.0
- pandas<=2.2.0,>=1.0.0
- numpy<=1.26.4,>=1.22.0
- pandas<=2.2.1,>=1.0.0
- pyarrow<=15.0.0,>=14.0.1
- PyYAML<=6.0.1,>=5.4.0
- scikit-learn<=1.4.0,>=0.22.0
- scikit-learn<=1.4.1.post1,>=0.22.0

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

# for s3fs extras
- s3fs<=2023.12.2,>=0.4
- s3fs<=2024.2.0,>=0.4

# for viz extras
- dash<=2.15.0,>=2.11.0
Expand Down
Loading

0 comments on commit 912e2e9

Please sign in to comment.