aj2614@nyu.edu
squash feature branch milestone 1
a00e24a
raw
history blame
415 Bytes
[tool.poetry]
name = "assignment-1"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "assignment_1"}]
[tool.poetry.dependencies]
python = "3.9.15"
black = "*"
jupyterlab = "*"
ipython = "*"
numpy = "*"
pandas = "*"
jax = "*"
matplotlib = "*"
seaborn = "*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"