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 1.5 KB

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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. appdirs = "==1.4.4"
  7. atpublic = "==2.1.1"
  8. certifi = "==2020.11.8"
  9. chardet = "==3.0.4"
  10. colorama = "==0.4.4"
  11. commonmark = "==0.9.1"
  12. configobj = "==5.0.6"
  13. dagshub = "==0.1.6"
  14. decorator = "==4.4.2"
  15. dictdiffer = "==0.8.1"
  16. distro = "==1.5.0"
  17. dpath = "==2.0.1"
  18. dulwich = "==0.20.13"
  19. dvc = "==1.11.15"
  20. flatten-dict = "==0.3.0"
  21. "flufl.lock" = "==3.2"
  22. ftfy = "==5.8"
  23. funcy = "==1.15"
  24. future = "==0.18.2"
  25. gitdb = "==4.0.5"
  26. grandalf = "==0.6"
  27. idna = "==2.10"
  28. joblib = "==0.17.0"
  29. jsonpath-ng = "==1.5.2"
  30. mailchecker = "==3.3.17"
  31. nanotime = "==0.5.2"
  32. networkx = "==2.4"
  33. numpy = "==1.19.4"
  34. pandas = "==1.1.4"
  35. pathlib2 = "==2.3.5"
  36. pathspec = "==0.8.1"
  37. phonenumbers = "==8.12.13"
  38. ply = "==3.11"
  39. pyasn1 = "==0.4.8"
  40. pydot = "==1.4.1"
  41. pygtrie = "==2.3.2"
  42. pyparsing = "==2.4.7"
  43. python-benedict = "==0.22.0"
  44. python-dateutil = "==2.8.1"
  45. python-slugify = "==4.0.1"
  46. pytz = "==2020.4"
  47. requests = "==2.25.0"
  48. rich = "==9.2.0"
  49. "ruamel.yaml" = "==0.16.12"
  50. "ruamel.yaml.clib" = "==0.2.2"
  51. scikit-learn = "==0.23.2"
  52. scipy = "==1.5.4"
  53. shortuuid = "==1.0.1"
  54. shtab = "==1.3.2"
  55. six = "==1.15.0"
  56. smmap = "==3.0.4"
  57. tabulate = "==0.8.7"
  58. text-unidecode = "==1.3"
  59. threadpoolctl = "==2.1.0"
  60. toml = "==0.10.2"
  61. tqdm = "==4.53.0"
  62. typing-extensions = "==3.7.4.3"
  63. urllib3 = "==1.26.2"
  64. voluptuous = "==0.12.0"
  65. wcwidth = "==0.2.5"
  66. xmltodict = "==0.12.0"
  67. "zc.lockfile" = "==2.0"
  68. GitPython = "==3.1.11"
  69. Pygments = "==2.7.2"
  70. PyYAML = "==5.3.1"
  71. [dev-packages]
  72. [requires]
  73. python_version = "3.8"
Tip!

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

Comments

Loading...