Spaces:
Running
Running
| [tool.poetry] | |
| name = "cryptocurrency-prediction" | |
| version = "0.1.0" | |
| description = "Data Mining Assignment - Group 5" | |
| authors = ["belajarqywok <[email protected]>"] | |
| license = "MIT" | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.9" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |