
* py-dask-mpi: remove jupyter-server-proxy This dependency isn't a 'hard' one; it optionally simplifies getting access to the web consoles. See: https://github.com/dask/dask-mpi/pull/102 * Add patch to remove unnecessary dependency * review comments * pass formatting
10 lines
235 B
Diff
10 lines
235 B
Diff
diff --git a/environment.yml b/environment.yml
|
|
index 5747157..a552b81 100644
|
|
--- a/environment.yml
|
|
+++ b/environment.yml
|
|
@@ -3,4 +3,3 @@ dependencies:
|
|
- dask>=2.19
|
|
- distributed>=2.19
|
|
- mpi4py>=3.0.3
|
|
- - jupyter-server-proxy
|