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 344 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
  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. - numpy
  13. - tqdm
  14. - colorama
  15. - seaborn
  16. - sqlalchemy
  17. - graph-tool
  18. - sqlparse
  19. - rust>=1.40
  20. - postgresql>=12
  21. - notebook
  22. - ipywidgets
  23. - requests
  24. - html5lib
  25. - curl
  26. - gitpython
  27. - dvc=2
  28. - boto3
  29. - pip:
  30. - chromalog
  31. - natural
Tip!

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

Comments

Loading...