Commit d026163
fix: Clean up runtime dependencies
Removed (unused):
- setuptools: Uses importlib.metadata.entry_points (stdlib)
- urllib3: Only urllib.parse (stdlib) is used
- faker: No imports found anywhere in codebase
Moved to optional [viz] extra:
- matplotlib: Only for Diagram.draw()
- ipython: Only for Diagram.make_svg() in Jupyter
Install with visualization: pip install datajoint[viz]
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 3a1c2db commit d026163
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
| |||
100 | 95 | | |
101 | 96 | | |
102 | 97 | | |
| 98 | + | |
103 | 99 | | |
104 | 100 | | |
105 | 101 | | |
| |||
0 commit comments