Skip to content

Commit 8586814

Browse files
committed
Finalizing fixes in meta.yaml
1 parent adae539 commit 8586814

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
MCMC methods for neural networks.
44

5+
eeyore can be installed using anaconda or pip. The anaconda installation does not include ODE modelling functionalilty based
6+
on torchdiffeq.
7+
58
To install eeyore using anaconda, firstly add the required channels by running
69
```
710
conda config --add channels pytorch

installation/dev.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ conda install -c conda-forge numpy
1616
conda install pytorch torchvision torchaudio cpuonly -c pytorch # Linux, Windows
1717
conda install pytorch torchvision torchaudio -c pytorch # Mac
1818
conda install -c conda-forge torchdiffeq
19-
conda install -c papamarkou -c conda-forge kanga
2019
2120
# conda install -c conda-forge spyder
2221

installation/meta.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,16 @@ requirements:
1818
- pip
1919
- python
2020
run:
21+
- cpuonly
2122
- kanga >=0.0.15
2223
- numpy >=1.19.2
2324
- python
2425
- pytorch
25-
- torchdiffeq >=0.1.1
2626
- torchvision
2727

2828
test:
2929
imports:
3030
- eeyore
31-
commands:
32-
- pip check
3331
requires:
3432
- pip
3533

0 commit comments

Comments
 (0)