Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 308e821

Browse files
committed
Remove now unnecessary system libsnappy dependencies.
1 parent 3aca3f1 commit 308e821

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

environment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ dependencies:
99
- setuptools<66
1010

1111
# Packages that need or benefit from or provide binary conda packages
12-
- python-snappy>=0.6,<0.7 # Supports snappy compression in pyarrow/parquet
13-
- cramjam>=2.6 # Supports snappy compression w/o a system library
1412
# - numba>=0.55.1,<0.57 # numba JITC, not yet Python 3.11 compatible
1513
- google-cloud-sdk>=388
1614

17-
# Jupyter packages:
15+
# Jupyter packages for interactive development / testing
1816
- jupyterlab>=3.2,<4
1917
- jupyter-resource-usage>=0.5,<0.7
2018
- nbconvert>=6,<7

0 commit comments

Comments
 (0)