Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

pyproject.toml 929 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  1. [tool.poetry]
  2. name = "black-swan-experiments"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["Mateusz Kmak <hamsterkmak@gmail.com>"]
  6. readme = "README.md"
  7. packages = [{include = "src"}]
  8. [tool.poetry.dependencies]
  9. python = ">=3.10,<3.13"
  10. stable-baselines3 = "^2.1.0"
  11. pandas = "^2.1.2"
  12. numpy = "^1.26.1"
  13. matplotlib = "^3.8.0"
  14. seaborn = "^0.13.0"
  15. tqdm = "^4.66.1"
  16. jupyter = "^1.0.0"
  17. jupyterlab = "^4.0.7"
  18. scikit-learn = "^1.3.2"
  19. dagshub = "^0.3.8.post2"
  20. hydra-core = "^1.3.2"
  21. mlflow = "^2.8.0"
  22. shimmy = "^1.3.0"
  23. urllib3 = "^2.0.7"
  24. requests-toolbelt = "^1.0.0"
  25. graphql-core = "^3.2.3"
  26. gql = "^3.4.1"
  27. flatten-dict = "^0.4.2"
  28. torch = "^2.0.1"
  29. gymnasium = "^0.29.1"
  30. dvc = {extras = ["s3"], version = "^3.30.3"}
  31. yfinance = "^0.2.38"
  32. jsonpickle = "^3.0.4"
  33. dash = "^2.16.1"
  34. dash-bootstrap-components = "^1.6.0"
  35. quantstats = "^0.0.62"
  36. dash-daq = "^0.5.0"
  37. [build-system]
  38. requires = ["poetry-core"]
  39. build-backend = "poetry.core.masonry.api"
Tip!

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

Comments

Loading...