editted setup.py file to include lfs upload instructions. Added manif… #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: codiac-env | |
channels: | |
- conda-forge | |
- defaults | |
dependencies: | |
- python=3.9 | |
- ipython | |
- jupyter | |
- jupyterlab | |
- biopython | |
- ipykernel | |
- numpy | |
- pandas | |
- numexpr | |
- bottleneck | |
- matplotlib | |
- Jinja2 | |
- tabulate | |
- pip | |
- xarray | |
- wheel | |
- pip: | |
- cogent3==2023.2.12a1 | |
- numba==0.56.4 | |
- scipy==1.10.1 |