Skip to content

Commit

Permalink
update environments
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanSoley committed Aug 20, 2024
1 parent 791a940 commit 6cdd279
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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

0 comments on commit 6cdd279

Please sign in to comment.