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.yml 358 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
25
  1. # to use:
  2. # `conda env update --file env.yaml`
  3. name: unhcr_speeches
  4. channels:
  5. - conda-forge
  6. dependencies:
  7. - python=3.9
  8. - ipykernel
  9. - dvc
  10. - lime
  11. - numpy
  12. - nbformat
  13. - seaborn
  14. - scikit-learn
  15. - tqdm
  16. - pandas
  17. - pyarrow
  18. - pyjanitor
  19. - pip
  20. - pip:
  21. - datatest
  22. - coconut-develop[kernel]
  23. - bertopic
  24. - gensim
  25. - pyldavis
Tip!

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

Comments

Loading...