Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

environment.yaml 422 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. name: yspecies
  2. channels:
  3. - antonkulaga
  4. - conda-forge
  5. - bioconda
  6. - defaults
  7. dependencies:
  8. - python=3.8
  9. - jupyterlab>=2.2.0
  10. - pathlib>=1.0.1
  11. - dvc>=1.3.1
  12. - papermill>=2.1.2
  13. - anaconda-client>=1.7.2
  14. - conda-build>=3.19.2
  15. - mamba>=0.4.2
  16. - yspecies=0.1.8
  17. - scikit-learn>=0.23.1
  18. - seaborn>=0.10.1
  19. - shap>=0.35.0
  20. - lightgbm>=2.3.1
  21. - statsmodels>=0.11.1
  22. prefix: /data/miniconda3/envs/species
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...