Skip to content

Commit

Permalink
Delete visualizer
Browse files Browse the repository at this point in the history
Summary:
Visualizer apparently no longer works and is superseded by Buddy (highlander rules!).

Extra dependency removed.

Differential Revision: D67885770
  • Loading branch information
JasonKChow authored and facebook-github-bot committed Jan 7, 2025
1 parent c510acb commit 2cca56f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 2,680 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
"scikit-learn", # used in unit tests
]

VISUALIZER_REQUIRES = [
"voila==0.3.6",
"ipywidgets==7.6.5",
]

with open("Readme.md", "r") as fh:
long_description = fh.read()

Expand All @@ -60,7 +55,6 @@
extras_require={
"dev": DEV_REQUIRES,
"benchmark": BENCHMARK_REQUIRES,
"visualizer": VISUALIZER_REQUIRES,
},
entry_points={
"console_scripts": [
Expand Down
Loading

0 comments on commit 2cca56f

Please sign in to comment.