NativeVex's picture
assignment-2
92601fa
raw
history blame
459 Bytes
[tool.poetry]
name = "assignment-2"
version = "0.1.0"
description = ""
authors = ["Artur Janik <aj2614@nyu.edu>"]
readme = "README.md"
packages = [{include = "assignment_2"}]
[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"