Commit 4d5a1de
fix: Remove unused runtime dependencies, make matplotlib optional
- Remove setuptools: Not needed. Uses importlib.metadata.entry_points (stdlib)
- Remove urllib3: Not needed. Only urllib.parse (stdlib) is used
- Move matplotlib to optional [viz] extra: Only needed for diagram.draw()
Install with visualization support: pip install datajoint[viz]
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 3a1c2db commit 4d5a1de
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | | - | |
23 | | - | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
| |||
100 | 97 | | |
101 | 98 | | |
102 | 99 | | |
| 100 | + | |
103 | 101 | | |
104 | 102 | | |
105 | 103 | | |
| |||
0 commit comments