Skip to content

Commit

Permalink
Merge pull request #27 from olineumann/master
Browse files Browse the repository at this point in the history
Fixed missing conda-forge channel in requirements.yml

Thank you Oliver!
  • Loading branch information
jgmill authored Oct 5, 2020
2 parents 354af1a + 2192585 commit 8352f28
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 8352f28

Please sign in to comment.