Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update environment #28

Merged
merged 2 commits into from
Oct 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ channels:
- conda-forge
dependencies:
- python=3.11
- dask >=2024.2.0
- dask-expr
- dask >=2024.8.0
- coiled
- zstandard
- python-duckdb
Expand All @@ -17,8 +16,8 @@ dependencies:
- s3fs
- universal_pathlib <0.2.0
- boto3
- deltalake=0.15.3
- deltalake >=0.18
# - dask-deltatable
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# - dask-deltatable
- dask-deltatable=0.3.3

- pip
- pip:
- git+https://github.com/fjetter/dask-deltatable.git@dask_expr
- dask-deltatable==0.3.3
Comment on lines 22 to +23
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can remove this now

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to pip install it for things to work

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm that's strange but 🤷

Loading