initial commit
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[tool.poetry]
|
||||
name = "busi410project"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Joey Eamigh <55670930+JoeyEamigh@users.noreply.github.com>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
pandas = "^2.2.2"
|
||||
numpy = "^1.26.4"
|
||||
statsmodels = "^0.14.2"
|
||||
patsy = "^0.5.6"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user