From fd2e89f0ef6b0baf4f457200708bd4bfe1621ce4 Mon Sep 17 00:00:00 2001 From: Abby Wheelis Date: Thu, 18 Apr 2024 11:16:14 -0600 Subject: [PATCH] add dependencies for emcommon this is what I have tested locally, to get the git import of the e-mission-common working without pip there is a warning that we need to choose a version of pip without git there is an error that git is not in the PATH --- setup/environment36.notebook.additions.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup/environment36.notebook.additions.yml b/setup/environment36.notebook.additions.yml index 82e5602f2..03cc08785 100644 --- a/setup/environment36.notebook.additions.yml +++ b/setup/environment36.notebook.additions.yml @@ -9,3 +9,7 @@ dependencies: - jedi=0.18.2 - jupyterlab=3.6.3 - matplotlib=3.7.1 +- pip=23.3.1 +- git +- pip: + - git+https://github.com/JGreenlee/e-mission-common@0.4.0 \ No newline at end of file