Skip to content

Commit

Permalink
add dependencies for emcommon
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Abby Wheelis committed Apr 18, 2024
1 parent bc2d7b6 commit fd2e89f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup/environment36.notebook.additions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

0 comments on commit fd2e89f

Please sign in to comment.