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 385 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
  1. name: bookdata
  2. channels:
  3. - conda-forge
  4. dependencies:
  5. - python=3.9
  6. - pip
  7. - conda-lock >=1.0
  8. - docopt >=0.6
  9. - pandas >=1.3
  10. - pyarrow >=5.0
  11. - numpy >=1.21
  12. - notebook >=6.4
  13. - jupytext >=1.13
  14. - ipycytoscape
  15. - dvc >=2.10
  16. - dvc-s3
  17. - rust >=1.59
  18. - c-compiler
  19. # documentation dependencies
  20. - sphinx>=4.2
  21. - myst-parser>=0.15
  22. - furo>=2021.10
  23. - sphinxcontrib-bibtex =2
  24. - sphinxcontrib-mermaid =0.7
Tip!

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

Comments

Loading...