From 008f932470bd0a80ab37d409e32fb26a7eabadce Mon Sep 17 00:00:00 2001 From: sebhmg Date: Fri, 5 Jul 2024 00:04:21 -0400 Subject: [PATCH] GEOPY-1617: not using conda-lock here --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c6605ad98b..cdf2f72b70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,10 +96,6 @@ dask = [ "zarr", ] -[tool.conda-lock] -platforms = ['win-64', 'osx-64', 'linux-64'] -channels = ['conda-forge', 'defaults'] - [tool.black] # defaults are just fine