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 259 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
  1. # conda env create -f environment.yml
  2. name: fire
  3. channels:
  4. - conda-forge
  5. dependencies:
  6. - python=3.10.6
  7. - nomkl
  8. - xarray
  9. - matplotlib
  10. - cartopy
  11. - numpy
  12. - click
  13. - tqdm
  14. - scikit-learn
  15. - pytorch
  16. - ipykernel
  17. - dask
  18. - netcdf4
  19. - optuna
Tip!

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

Comments

Loading...