Skip to content

Commit

Permalink
chore: remove conda-lock from pyproject.toml (#8388)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Feb 18, 2024
1 parent b968301 commit 196d4b7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -476,20 +476,6 @@ required-imports = ["from __future__ import annotations"]
docstring-code-format = true
docstring-code-line-length = 88

[tool.conda-lock]
channels = ["conda-forge"]

[tool.conda-lock.dependencies]
# conda-lock doesn't map dependencies' extras to conda-forge packages and we
# use the array and dataframe extras from dask
dask = ">=2021.10.0"
pip = "*"
pyarrow-tests = "*"
deltalake = { source = "pypi" } # doesn't exist for osx-arm64
shapely = { source = "pypi" }
just = "*"
taplo = "*"

[tool.coverage.run]
branch = true
source = ["ibis"]
Expand Down

0 comments on commit 196d4b7

Please sign in to comment.