Skip to content

Commit ae4dc58

Browse files
authored
set conda-forge as default for script (#44)
1 parent 007e75b commit ae4dc58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pydeps2env/generate_environment.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ def main():
140140
parser.add_argument(
141141
"-o", "--output", type=str, default="environment.yml", help="output file"
142142
)
143-
parser.add_argument("-c", "--channels", type=str, nargs="*", default=["defaults"])
143+
parser.add_argument(
144+
"-c", "--channels", type=str, nargs="*", default=["conda-forge"]
145+
)
144146
parser.add_argument("-e", "--extras", type=str, nargs="*", default=[])
145147
parser.add_argument(
146148
"-b",

0 commit comments

Comments
 (0)