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 337 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
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [dev-packages]
  6. [packages]
  7. numpy = "==1.15.4"
  8. pandas = "==0.23.4"
  9. python-dateutil = "==2.7.5"
  10. pytz = "==2018.7"
  11. scikit-learn = "==0.20.2"
  12. scipy = "==1.2.0"
  13. six = "==1.12.0"
  14. sklearn = "==0.0"
  15. [requires]
  16. python_version = "3.6"
  17. [pipenv]
  18. allow_prereleases = true
Tip!

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

Comments

Loading...