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

Pipfile 825 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
43
44
45
46
47
48
49
50
51
52
53
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [dev-packages]
  6. pylint = "*"
  7. ipykernel = "*"
  8. black = "*"
  9. jupyter = "*"
  10. notebook = "*"
  11. [packages]
  12. src = {editable = true,file = "."}
  13. click = "*"
  14. coverage = "*"
  15. awscli = "*"
  16. flake8 = "*"
  17. python-dotenv = ">=0.5.1"
  18. Sphinx = "*"
  19. dynaconf = "*"
  20. pandas = "*"
  21. xarray = "*"
  22. cfgrib = "*"
  23. eccodes-python = "*"
  24. dask = {extras = ["dataframe"],version = "*"}
  25. toolz = "*"
  26. fastparquet = "*"
  27. loguru = "*"
  28. siphon = "*"
  29. xlrd = "*"
  30. python-snappy = "*"
  31. altair = "*"
  32. altair-data-server = "*"
  33. statsmodels = "*"
  34. sklearn = "*"
  35. seaborn = "*"
  36. geopandas = "*"
  37. descartes = "*"
  38. rtree = "*"
  39. invoke = "*"
  40. google-cloud-storage = "*"
  41. filelock = "*"
  42. ujson = "*"
  43. scikit-learn = "*"
  44. pycaret = "*"
  45. altair-saver = "*"
  46. [requires]
  47. python_version = "3.8"
  48. [pipenv]
  49. allow_prereleases = true
Tip!

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

Comments

Loading...