NativeVex's picture
last question WIP
11146f7
raw
history blame
No virus
413 Bytes
[tool.poetry]
name = "midterm"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[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"
seaborn = "^0.12.2"
matplotlib = "^3.7.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"