Spaces:
Runtime error
Runtime error
| [tool.poetry] | |
| name = "assignment-1" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Your Name <[email protected]>"] | |
| readme = "README.md" | |
| packages = [{include = "assignment_1"}] | |
| [tool.poetry.dependencies] | |
| python = "^3.10" | |
| black = "^23.1.0" | |
| jupyterlab = "^3.6.1" | |
| ipython = "^8.10.0" | |
| numpy = "^1.24.2" | |
| pandas = "^1.5.3" | |
| jax = "^0.4.4" | |
| matplotlib = "^3.7.0" | |
| seaborn = "^0.12.2" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |