Skip to content

Commit

Permalink
chore: add java deps to conda envs (#8944)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncclementi authored Apr 11, 2024
1 parent 489bb89 commit cb906a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environment-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies:
- sqlglot >=22.5,<23.1
- toolz >=0.11
- trino-python-client >=0.321
- openjdk <21
# geospatial
- leafmap >=0.29.6,<0.31
# test dependencies
Expand Down
1 change: 1 addition & 0 deletions conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dependencies:
- sqlglot >=22.5,<23.1
- toolz >=0.11
- trino-python-client >=0.321
- openjdk <21
# geospatial
- leafmap >=0.29.6,<0.31
# streaming
Expand Down

0 comments on commit cb906a6

Please sign in to comment.