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 698 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
31
32
33
34
35
36
37
38
39
40
41
42
  1. name: geopandas-dev
  2. channels:
  3. - conda-forge
  4. dependencies:
  5. - python
  6. # required
  7. - fiona>=1.8
  8. - pandas>=1.0.0
  9. - pygeos
  10. - pyproj>=2.6.1.post1
  11. - shapely>=1.7
  12. - packaging
  13. # testing
  14. - pytest>=3.1.0
  15. - pytest-cov
  16. - pytest-xdist
  17. - fsspec
  18. - codecov
  19. # styling
  20. - black
  21. - pre-commit
  22. # optional
  23. - folium
  24. - xyzservices
  25. - scipy
  26. - libspatialite
  27. - geoalchemy2
  28. - pyarrow
  29. # doctest testing
  30. - pytest-doctestplus
  31. # geocoding
  32. - geopy
  33. # geodatabase access
  34. - psycopg2>=2.8.0
  35. - SQLAlchemy>=1.3
  36. # plotting
  37. - matplotlib>=3.2
  38. - mapclassify
  39. # spatial access methods
  40. - rtree>=0.9
Tip!

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

Comments

Loading...