Skip to content

Commit

Permalink
create env file for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
anabiman committed Apr 24, 2021
1 parent e8f2106 commit 8af355c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: autom
channels:
- conda-forge
dependencies:
# Base depends
- python
- pip
- rdkit

# Testing
- pytest
- pytest-cov

# Pip-only installs
- pip:
- codecov
- numpy
- bs4
- pytool
- lxml
- requests

0 comments on commit 8af355c

Please sign in to comment.