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 402 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
26
27
28
29
30
31
32
33
  1. name: bookdata
  2. channels:
  3. - mdekstrand
  4. - defaults
  5. - conda-forge # last so it is not preferred
  6. dependencies:
  7. - python=3.7
  8. - pip
  9. - invoke
  10. - docopt
  11. - more-itertools
  12. - psycopg2
  13. - pandas
  14. - numpy
  15. - tqdm
  16. - colorama
  17. - seaborn
  18. - sqlalchemy
  19. - graph-tool
  20. - sqlparse
  21. - rust>=1.40
  22. - postgresql>=12
  23. - notebook
  24. - ipywidgets
  25. - requests
  26. - html5lib
  27. - curl
  28. - gitpython
  29. - dvc>=1.1
  30. - boto3
  31. - pip:
  32. - chromalog
  33. - natural
Tip!

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

Comments

Loading...