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-dev.yml 305 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
  1. name: flyvec
  2. channels:
  3. - conda-forge
  4. - anaconda
  5. - fastai
  6. dependencies:
  7. - pip>=20.0.0
  8. - python=3.6
  9. - twine
  10. - nbdev
  11. - jedi=0.17.2
  12. - jupyter
  13. - jupyter_client
  14. - jupyter_console
  15. - jupyter_contrib_core
  16. - jupyter_contrib_nbextensions
  17. - matplotlib
  18. - nb_conda
  19. - pip:
  20. - dvc[s3]
Tip!

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

Comments

Loading...