From 590901a15940f95785947a60c66e0167e3ffe75b Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Sat, 2 Mar 2024 18:32:16 +0100 Subject: [PATCH] Add pip and python for pyimagej --- environments/pyimagej-py310.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/environments/pyimagej-py310.yml b/environments/pyimagej-py310.yml index cade066..dcb6193 100644 --- a/environments/pyimagej-py310.yml +++ b/environments/pyimagej-py310.yml @@ -3,5 +3,9 @@ channels: - conda-forge - defaults dependencies: + - python=3.10 - pyimagej=1.4.1 - - openjdk=8 \ No newline at end of file + - openjdk=8 + - pip + - pip: + - imjoy-rpc