Skip to content

Commit

Permalink
Fix Snowflake CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Nov 14, 2024
1 parent 8a5088f commit e427fbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions ci/environment-git-tip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
channels:
- conda-forge
dependencies:
- pip
- pip:
- git+https://github.com/dask/dask
- git+https://github.com/dask/distributed
Expand Down
10 changes: 5 additions & 5 deletions ci/environment-snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
channels:
- conda-forge
dependencies:
- dask-snowflake ==0.3.1
- pandas ==2.0.3 # Pinned by snowflake-connector-python
- snowflake-connector-python ==3.5.0
- snowflake-sqlalchemy ==1.5.1
- sqlalchemy ==1.4.49 # Pinned by snowflake-sqlalchemy
- pip
- snowflake-connector-python ==3.12.2
- snowflake-sqlalchemy ==1.6.1
- pip:
- git+https://github.com/coiled/dask-snowflake

0 comments on commit e427fbc

Please sign in to comment.