Skip to content

Commit

Permalink
Remove bidi dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
coroa committed Jun 29, 2024
1 parent 48905bc commit 980f37b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 35 deletions.
8 changes: 4 additions & 4 deletions conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ channels:
- conda-forge
dependencies:
# runtime dependencies
- apache-flink
# - apache-flink
- atpublic >=2.3
- bidict >=0.22.1
- black >=22.1.0,<25
- clickhouse-connect >=0.5.23
- dask >=2022.9.1
Expand Down Expand Up @@ -96,7 +95,8 @@ dependencies:
- ruff >=0.1.8
- taplo
- tqdm >=4.66.1
- lonboard
- just
- pip
- pip:
- lonboard==0.4.0
# - pip:
# - lonboard==0.4.0
1 change: 0 additions & 1 deletion docs/posts/run-on-snowflake/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ session.sproc.register(
"snowflake-snowpark-python",
"toolz",
"atpublic",
"bidict",
"pyarrow",
"pandas",
"numpy",
Expand Down
1 change: 0 additions & 1 deletion ibis/backends/snowflake/tests/test_udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ def ibis_sproc(session):
"snowflake-snowpark-python",
"toolz",
"atpublic",
"bidict",
"pyarrow",
"pandas",
"numpy",
Expand Down
17 changes: 0 additions & 17 deletions ibis/examples/pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ attrs==23.2.0 ; python_version >= "3.10" and python_version < "4.0"
babel==2.15.0 ; python_version >= "3.10" and python_version < "3.13"
beartype==0.18.5 ; python_version >= "3.10" and python_version < "3.13"
beautifulsoup4==4.12.3 ; python_version >= "3.10" and python_version < "3.13"
bidict==0.23.1 ; python_version >= "3.10" and python_version < "4.0"
bitarray==2.9.2 ; python_version >= "3.10" and python_version < "4.0"
black==24.4.2 ; python_version >= "3.10" and python_version < "4.0"
bleach==6.1.0 ; python_version >= "3.10" and python_version < "3.13"
Expand Down

0 comments on commit 980f37b

Please sign in to comment.