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 224 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
  1. [[source]]
  2. url = "https://pypi.python.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. dvc = "==2.0.0a0"
  7. numpy = "*"
  8. matplotlib = "*"
  9. tensorflow = "~=2.4"
  10. kaggle = "*"
  11. [dev-packages]
  12. [requires]
  13. python_version = "3"
Tip!

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

Comments

Loading...