Skip to content

Commit

Permalink
update docs conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Aug 1, 2022
1 parent bb91a9c commit 9f9385f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
name: docs
channels:
- conda-forge
- pytorch
dependencies:
# Base depends
- python
- pip

- numpy

- pytorch
- ignite

# Pip-only installs
#- pip:
- mlflow
- scikit-learn>=1.0

- tqdm

- pip:
- molgrid

0 comments on commit 9f9385f

Please sign in to comment.