Skip to content

Commit e1a5c01

Browse files
committed
chore: remove unused dependency
plotly_express is now part of plotly
1 parent 1159820 commit e1a5c01

File tree

4 files changed

+11
-92
lines changed

4 files changed

+11
-92
lines changed

dashboards/static/dashboards/vendor/js/plotly.min.js

Lines changed: 4 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ django-asset-definitions
1010
# Charts
1111
pandas
1212
plotly
13-
plotly_express
1413

1514
# Dev tools
1615
Faker

requirements.txt

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile
@@ -53,7 +53,9 @@ click-plugins==1.1.1
5353
click-repl==0.3.0
5454
# via celery
5555
coverage[toml]==7.3.2
56-
# via pytest-cov
56+
# via
57+
# coverage
58+
# pytest-cov
5759
decorator==5.1.1
5860
# via
5961
# ipdb
@@ -131,33 +133,20 @@ mypy-extensions==1.0.0
131133
nodeenv==1.8.0
132134
# via pre-commit
133135
numpy==1.26.2
134-
# via
135-
# pandas
136-
# patsy
137-
# plotly-express
138-
# scipy
139-
# statsmodels
136+
# via pandas
140137
packaging==23.2
141138
# via
142139
# black
143140
# build
144141
# plotly
145142
# pytest
146143
# sphinx
147-
# statsmodels
148144
pandas==2.1.3
149-
# via
150-
# -r requirements.in
151-
# plotly-express
152-
# statsmodels
145+
# via -r requirements.in
153146
parso==0.8.3
154147
# via jedi
155148
pathspec==0.11.2
156149
# via black
157-
patsy==0.5.3
158-
# via
159-
# plotly-express
160-
# statsmodels
161150
pexpect==4.8.0
162151
# via ipython
163152
pip-tools==7.3.0
@@ -167,10 +156,6 @@ platformdirs==3.11.0
167156
# black
168157
# virtualenv
169158
plotly==5.18.0
170-
# via
171-
# -r requirements.in
172-
# plotly-express
173-
plotly-express==0.4.1
174159
# via -r requirements.in
175160
pluggy==1.3.0
176161
# via pytest
@@ -236,14 +221,9 @@ pyyaml==6.0.1
236221
# via pre-commit
237222
requests==2.31.0
238223
# via sphinx
239-
scipy==1.11.3
240-
# via
241-
# plotly-express
242-
# statsmodels
243224
six==1.16.0
244225
# via
245226
# asttokens
246-
# patsy
247227
# python-dateutil
248228
snowballstemmer==2.2.0
249229
# via sphinx
@@ -283,8 +263,6 @@ sqlparse==0.4.4
283263
# via django
284264
stack-data==0.6.3
285265
# via ipython
286-
statsmodels==0.14.0
287-
# via plotly-express
288266
syrupy==4.6.0
289267
# via -r requirements.in
290268
tenacity==8.2.3
@@ -325,4 +303,4 @@ wheel==0.41.3
325303

326304
# The following packages are considered to be unsafe in a requirements file:
327305
# pip
328-
# setuptools
306+
# setuptools

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ install_requires =
3434
django-asset-definitions
3535
pandas
3636
plotly
37-
plotly_express
3837
typing_extensions # required for 3.9 support atm
3938

4039
[tool:pytest]

0 commit comments

Comments
 (0)