add conda packages to uranus

This commit is contained in:
Markus Schmidl 2023-06-01 12:43:29 +02:00 committed by Grigory Shipunov
parent a53dd06ab2
commit c4a28afd0b
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C

View File

@ -23,10 +23,12 @@
let
package-string = lib.concatStringsSep " " [
# alphabetically `:sort`ed plz
# "geojson"
"geojson"
"matplotlib"
"numpy"
"pandas"
"pip"
"psycopg"
"scipy"
"seaborn"
];