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 415 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
34
35
36
37
  1. name: bookdata
  2. channels:
  3. - mdekstrand
  4. - defaults
  5. dependencies:
  6. - python=3.7
  7. - pip
  8. - invoke
  9. - docopt
  10. - more-itertools
  11. - psycopg2
  12. - numba
  13. - pandas
  14. - numpy
  15. - tqdm
  16. - colorama
  17. - humanize
  18. - seaborn
  19. - sqlalchemy
  20. - sqlparse
  21. - rust>=1.32
  22. - postgresql>=10
  23. - requests
  24. - html5lib
  25. - wget
  26. # DVC deps
  27. - contextlib2
  28. - gitpython
  29. - configparser
  30. - configobj
  31. - pyyaml
  32. - paramiko
  33. - pillow
  34. - ply
  35. - pip:
  36. - chromalog
  37. - dvc[s3]>=0.49.2
Tip!

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

Comments

Loading...