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 207 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.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. pandas = "*"
  7. awscli = "*"
  8. boto3 = "*"
  9. pyarrow = "*"
  10. [dev-packages]
  11. ipykernel = "*"
  12. [requires]
  13. python_version = "3.10"
Tip!

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

Comments

Loading...