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

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

Comments

Loading...