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 275 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
  1. # Environment file with minimal dependencies for building the documentation.
  2. name: bd-docs
  3. channels:
  4. - conda-forge
  5. - mdekstrand/label/depfix
  6. - nodefaults
  7. dependencies:
  8. - conda-forge/label/rust_dev::rust >=1.74
  9. - quarto
  10. - perl
  11. platforms:
  12. - linux-64
  13. - osx-64
  14. - osx-arm64
Tip!

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

Comments

Loading...