Commit 69e2733
authored
build: fix requirements to work with conda
pip treats dashes and underscores the same but conda does not. The package
names here are actually dashes (pip just replaces an underscore with a dash)
so this is more correct anyway.
PR-URL: #800
Reviewed-by: Athan Reines <kgryte@gmail.com>1 parent 63633e7 commit 69e2733
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
0 commit comments