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.
2 parents de047b9 + bbf8237 commit 6e70404Copy full SHA for 6e70404
environment.yml
@@ -3,21 +3,16 @@ channels:
3
- conda-forge
4
- defaults
5
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
11
# application requirements
12
- jsonpickle=2.1
13
- matplotlib=3.5.1
14
- - numpy=1.19.5
+ - numpy=1.22.0
15
- pandas=1.4.2
16
- rdkit=2022.03.1
17
- scikit-learn=1.0.2
+ - keras=2.9.0
+ - tensorflow-gpu=2.9.3
+ - wandb=0.12.0
+ - umap-learn=0.1.1
18
- 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
+ - chemprop=1.7.1
0 commit comments