Skip to content

Commit 6e70404

Browse files
Merge pull request #34 from bernt-matthias/sync/environment
sync environment.yml
2 parents de047b9 + bbf8237 commit 6e70404

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

environment.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,16 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
# dev requirements
7-
- conda-build=3.21.8
8-
- conda=4.12.0
9-
- pip=22.0.4
10-
- pytest=7.1.1
116
# application requirements
127
- jsonpickle=2.1
138
- matplotlib=3.5.1
14-
- numpy=1.19.5
9+
- numpy=1.22.0
1510
- pandas=1.4.2
1611
- rdkit=2022.03.1
1712
- scikit-learn=1.0.2
13+
- keras=2.9.0
14+
- tensorflow-gpu=2.9.3
15+
- wandb=0.12.0
16+
- umap-learn=0.1.1
1817
- seaborn=0.12.2
19-
- tensorflow-gpu=2.6.0
20-
- wandb=0.12
21-
- umap=0.1.1
22-
- pip:
23-
- git+https://github.com/soulios/chemprop.git@1d73523e49aa28a90b74edc04aaf45d7e124e338
18+
- chemprop=1.7.1

0 commit comments

Comments
 (0)