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 406 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
  1. [[source]]
  2. url = "https://pypi.python.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. dvc = {extras = ["gs"], version = "==2.0.0a2"}
  7. numpy = "*"
  8. matplotlib = "*"
  9. tensorflow = "~=2.4"
  10. kaggle = "*"
  11. typing-extensions = "*"
  12. cloud-tpu-client = "*"
  13. [dev-packages]
  14. ipykernel = "*"
  15. black = "*"
  16. pyyaml = "*"
  17. flake8 = "*"
  18. pydocstyle = "*"
  19. [requires]
  20. python_version = "3"
  21. [pipenv]
  22. allow_prereleases = true
Tip!

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

Comments

Loading...