Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

38-pd11-defaults.yaml 403 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
  1. name: test
  2. channels:
  3. - defaults
  4. dependencies:
  5. - python=3.8
  6. # required
  7. - pandas=1.1
  8. - shapely
  9. - fiona
  10. - numpy=<1.19
  11. - pyproj=3.1.0
  12. #- pyproj
  13. - geos
  14. - packaging
  15. # testing
  16. - pytest
  17. - pytest-cov
  18. - pytest-xdist
  19. - fsspec
  20. # optional
  21. - rtree
  22. - matplotlib
  23. #- geopy
  24. - SQLalchemy
  25. - libspatialite
  26. - pip
  27. - pip:
  28. - geopy
  29. - mapclassify==2.4.0
  30. - pyarrow
Tip!

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

Comments

Loading...