We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c8668 commit a8c208eCopy full SHA for a8c208e
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