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 692 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
38
39
40
41
42
43
  1. name: bookdata
  2. channels:
  3. - conda-forge
  4. # for now, we need a custom pandoc to allow quarto to install
  5. - mdekstrand/label/depfix
  6. - nodefaults
  7. platforms:
  8. - linux-64
  9. - osx-64
  10. - osx-arm64
  11. dependencies:
  12. - python=3.12
  13. - pip
  14. - pandas >=2
  15. - pyarrow >=14
  16. - numexpr
  17. - polars >=0.18
  18. - matplotlib
  19. - notebook >=6.4
  20. - quarto >=1.3
  21. - perl >=5.32
  22. - weasyprint
  23. - curl
  24. - jsonnet
  25. - pyyaml
  26. - docopt
  27. - dvc >=3.30,<4
  28. - dvc-s3
  29. - dvc-webdav
  30. - rust >=1.73
  31. - c-compiler
  32. - cmake
  33. # using R for analysis
  34. - r-tidyverse
  35. - r-arrow
  36. - r-rmarkdown
  37. - r-jsonlite
  38. - r-irkernel
  39. - r-languageserver
  40. # dev support
  41. - conda-lock >=2.2,<3
  42. - rust-src
  43. - ipython
Tip!

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

Comments

Loading...