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 525 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
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [dev-packages]
  6. [packages]
  7. jupyter = "*"
  8. matplotlib = "*"
  9. seaborn = "*"
  10. pandas = "*"
  11. numpy = "*"
  12. sklearn = "*"
  13. tqdm = "*"
  14. torch = "*"
  15. spacy = "*"
  16. torchtext = "*"
  17. en-core-web-md = {file = "https://github.com/explosion/spacy-models/releases/download/en_core_web_md-2.1.0/en_core_web_md-2.1.0.tar.gz"}
  18. scikit-learn = "*"
  19. dvc = {extras = ["s3", "ssh"],version = "*"}
  20. sacrebleu = "*"
  21. jupyterlab = "*"
  22. tensorboard = "*"
  23. [requires]
  24. python_version = "3.6"
Tip!

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

Comments

Loading...