From 660cf82536b14a9fbd9e5786e7ba9623a7c93718 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Wed, 6 Dec 2023 20:46:35 -0400 Subject: [PATCH] fix deps --- conda/dev.yaml | 4 +++- conda/release.yaml | 2 +- pyproject.toml | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/conda/dev.yaml b/conda/dev.yaml index 07636f3..3161cfc 100644 --- a/conda/dev.yaml +++ b/conda/dev.yaml @@ -5,4 +5,6 @@ channels: dependencies: - pip - python 3.8.1 - - poetry >=1.7 + - poetry >=1.5 + - pip: + - distlib >= 0.3.0 diff --git a/conda/release.yaml b/conda/release.yaml index cba96cb..6ade433 100644 --- a/conda/release.yaml +++ b/conda/release.yaml @@ -4,5 +4,5 @@ channels: - conda-forge dependencies: - python 3.10.* # min version supported - - poetry >=1.7 + - poetry >=1.5 - nodejs >=18.17 # used by semantic-release diff --git a/pyproject.toml b/pyproject.toml index a1c2a96..47c95b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ mkdocstrings-python = ">=1.1.2" jupyterlab = ">=4.0.5" makim = "1.8.3" compose-go = ">=1.23.0" +distlib = ">=0.3.0" [build-system] requires = ["poetry-core>=1.0.0"]