Skip to content

Commit

Permalink
Fixed missing conda-forge channel.
Browse files Browse the repository at this point in the history
Without the conda-forge channel in requirements.yml the jupyter_contrib_nbextensions package won't be found.
  • Loading branch information
olineumann authored Sep 23, 2020
1 parent 354af1a commit 2192585
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: opsd_time_series

channels:
- conda-forge

dependencies:
- python=3.6
- pandas
Expand All @@ -13,3 +16,4 @@ dependencies:
- requests
- jupyter_contrib_nbextensions # nice add-ons for jupyter
- selenium # required to scrape URLs from Terna website
- paramiko

0 comments on commit 2192585

Please sign in to comment.