From d16ffd2ef5866be2e07baa78c224b0ef34d6cef3 Mon Sep 17 00:00:00 2001 From: Harrison Date: Fri, 2 Jun 2023 17:24:30 +0000 Subject: [PATCH] Added 'twine' and 'python' as explicit environment dependencies --- environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index 4fd2f97..fdd0600 100644 --- a/environment.yml +++ b/environment.yml @@ -3,12 +3,14 @@ channels: - conda-forge - huggingface dependencies: + - python=3.9 - transformers=4.28 - python-build=0.10 - pip=23.1 - setuptools=67.7 - pytest=7.3 - pytest-cov=4 + - twine=4 - pip: - evaluate==0.4 - datasets==2.12