Skip to content

Commit c171f05

Browse files
authored
Merge pull request #12 from dwhswenson/remove-omnia
Remove omnia
2 parents 33c8668 + a8c208e commit c171f05

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extras that are required for this tutorial:
4444

4545
```text
4646
conda install -c conda-forge openpathsampling
47-
conda install -c conda-forge -c omnia openmm openmmtools
47+
conda install -c conda-forge openmm openmmtools
4848
conda install -c conda-forge jupyter tqdm
4949
conda install -c conda-forge nglview
5050
jupyter-nbextension enable nglview --py --sys-prefix

Diff for: binder/environment.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: ops-tutorial
22
channels:
33
- conda-forge
4-
- omnia
54
- defaults
65
dependencies:
76
- jupyter
@@ -11,5 +10,5 @@ dependencies:
1110
- tqdm
1211
- openpathsampling
1312
- openmmtools
14-
- jupyterlab <3
13+
- jupyterlab
1514
prefix: /Users/dwhs/miniconda3/envs/ops-tutorial

0 commit comments

Comments
 (0)