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 329 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. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [dev-packages]
  6. pytest = "*"
  7. flake8 = "*"
  8. isort = "*"
  9. tox = "*"
  10. ipython = "*"
  11. pytest-coverage = "*"
  12. jupyter = "*"
  13. mock = "*"
  14. [packages]
  15. causalimpact = {path = ".", editable = true}
  16. numpy = "*"
  17. scipy = "*"
  18. statsmodels = "*"
  19. matplotlib = "*"
  20. jinja2 = "*"
Tip!

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

Comments

Loading...