Skip to content
Snippets Groups Projects
Commit d5d07301 authored by Anton Kullberg's avatar Anton Kullberg
Browse files

dep: added pyehm as dependency

parent ef56ffcd
Branches
Tags
No related merge requests found
...@@ -2,6 +2,6 @@ from jupyter/scipy-notebook ...@@ -2,6 +2,6 @@ from jupyter/scipy-notebook
# RUN apt update && apt install -y python3-pip # RUN apt update && apt install -y python3-pip
RUN pip3 install jax jaxlib RUN pip3 install jax jaxlib pyehm
ENTRYPOINT /bin/bash ENTRYPOINT /bin/bash
...@@ -14,6 +14,7 @@ jupyterlab = "*" ...@@ -14,6 +14,7 @@ jupyterlab = "*"
ipywidgets = "*" ipywidgets = "*"
jax = "*" jax = "*"
jaxlib = "*" jaxlib = "*"
pyehm = "*"
[requires] [requires]
python_version = "3.8" python_version = "3.8"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment