Skip to content

Commit

Permalink
Create ml_environment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunp2 authored Oct 4, 2023
1 parent 90556fd commit f7d5fa5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions envs/ml_environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Environment that does not use a GPU
# Installs packages needed for all features
name: mofa
channels:
- defaults
- conda-forge
- pytorch
dependencies:
- python==3.10.*

# Standard data analysis tools
- pandas==1.*
- scipy==1.10.*
- jupyterlab
- matplotlib
- pytest

# Tools to work with molecular data
- openbabel==3.1.*
- rdkit==2023.03.2

# Use Conda PyTorch to avoid OpenMP disagreement with other libraries
- pytorch==1.13.*
- cpuonly

- pip
- pip:
# Need torch for BOTorch
- -e ..[test]

0 comments on commit f7d5fa5

Please sign in to comment.