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" "llvmlite-artiq"
"binutils-or1k-linux >=2.27" "binutils-or1k-linux"
"pythonparser >=1.1" "pythonparser"
"scipy" "scipy"
"numpy" "numpy"
"prettytable" "prettytable"
"h5py" "h5py"
"python-dateutil" "python-dateutil"
"pyqt >=5.5" "pyqt"
"quamash" "quamash"
"pyqtgraph 0.10.0" "pyqtgraph"
"pygit2" "pygit2"
"python-levenshtein" "python-levenshtein"
"sipyco" "sipyco"