We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33c8668 + a8c208e commit c171f05Copy full SHA for c171f05
README.md
@@ -44,7 +44,7 @@ extras that are required for this tutorial:
44
45
```text
46
conda install -c conda-forge openpathsampling
47
-conda install -c conda-forge -c omnia openmm openmmtools
+conda install -c conda-forge openmm openmmtools
48
conda install -c conda-forge jupyter tqdm
49
conda install -c conda-forge nglview
50
jupyter-nbextension enable nglview --py --sys-prefix
binder/environment.yml
@@ -1,7 +1,6 @@
1
name: ops-tutorial
2
channels:
3
- conda-forge
4
- - omnia
5
- defaults
6
dependencies:
7
- jupyter
@@ -11,5 +10,5 @@ dependencies:
11
10
- tqdm
12
- openpathsampling
13
- openmmtools
14
- - jupyterlab <3
+ - jupyterlab
15
prefix: /Users/dwhs/miniconda3/envs/ops-tutorial
0 commit comments