From ed8ad6017e65f134f8718d9349e15480e18b1fd9 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Sat, 22 Oct 2022 10:16:03 -0400 Subject: [PATCH] update requirements in environment file --- environment.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/environment.yml b/environment.yml index a1800a9a..7dbed6c7 100644 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,6 @@ name: pooch channels: - conda-forge - - defaults dependencies: - python==3.10 - pip @@ -17,12 +16,11 @@ dependencies: - pytest-localftpserver - coverage # Documentation - - sphinx==4.4.* - - sphinx-book-theme==0.2.* - - sphinx-panels==0.6.* + - sphinx ==4.4.* + - sphinx-book-theme ==0.2.* + - sphinx-panels ==0.6.* # Style - pathspec - - black>=20.8b1 + - black >=20.8b1 - flake8 - - pip: - - pylint==2.4.* + - pylint >=2.4