-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
73 lines (69 loc) · 1.55 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[tool.poetry]
name = "nba"
version = "0.1.0"
description = "environment for nba stuff"
authors = ["Sravan Pannala <57152030+sravanpannala@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
nba-api = "^1.3.1"
pbpstats = "^1.3.10"
plotnine = "^0.12.4"
seaborn = "^0.13.0"
ipywidgets = "^8.1.1"
ipympl = "^0.9.3"
tqdm = "^4.66.1"
scikit-learn = "^1.3.2"
rpy2 = "^3.5.14"
scikit-misc = "^0.3.1"
plottable = "^0.1.5"
tweepy = "^4.14.0"
plotly = "^5.18.0"
kaleido = "0.2.1"
ipykernel = "^6.26.0"
nbformat = "^5.9.2"
numba = "^0.58.1"
pyqt6 = "^6.6.0"
datar = "^0.15.3"
imageio = {extras = ["ffmpeg"], version = "^2.33.0"}
patchworklib = "^0.6.3"
zstandard = "^0.22.0"
dill = "^0.3.7"
pyarrow = "^14.0.1"
scikit-learn-intelex = "^2024.0.1"
chart-studio = "^1.1.0"
statsmodels = "^0.14.0"
great-tables = "^0.1.0"
imgkit = "^1.2.3"
html2image = "^2.0.4.3"
tabulate = "^0.9.0"
tenacity = "^8.2.3"
gspread = "^5.12.3"
lxml = "^4.9.3"
thefuzz = "^0.20.0"
shiny = "^0.6.1.1"
pygsheets = "^2.0.6"
gsheets = "^0.6.1"
pydrive2 = "^1.18.1"
colormaps = "^0.4.1"
openai = "^1.7.2"
sportypy = "^1.0.0"
sportsdataverse = "^0.0.39"
boto3 = "^1.34.49"
lets-plot = "^4.3.0"
cairosvg = "^2.7.1"
opencv-python = "^4.9.0.80"
adjusttext = "^1.1.1"
dataframe-image = "^0.2.3"
pretty-html-table = "^0.9.16"
[tool.poetry.group.dev.dependencies]
nbqa = "^1.7.1"
black = "^23.11.0"
isort = "^5.12.0"
blacken-docs = "^1.16.0"
icecream = "^2.1.3"
nbconvert = "^7.12.0"
memory-profiler = "^0.61.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"