conda: remove version specification from deps

They just seem to tickle bugs in conda's shitty excuse for a dependency solver.
astro
Sebastien Bourdeauducq 2020-06-22 15:28:58 +08:00
parent 11dfff09b9
commit 72d4eab21b
1 changed files with 5 additions and 5 deletions

View File

@ -1,16 +1,16 @@
[
"python >=3.5.3"
"python"
"llvmlite-artiq"
"binutils-or1k-linux >=2.27"
"pythonparser >=1.1"
"binutils-or1k-linux"
"pythonparser"
"scipy"
"numpy"
"prettytable"
"h5py"
"python-dateutil"
"pyqt >=5.5"
"pyqt"
"quamash"
"pyqtgraph 0.10.0"
"pyqtgraph"
"pygit2"
"python-levenshtein"
"sipyco"