Skip to content

Commit

Permalink
Updated requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hvass-Labs committed Mar 31, 2021
1 parent 37a331a commit 2c7eeb1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
#
################################################################

numpy
scipy
matplotlib
pandas
sklearn
numpy # Array-based computing.
scipy # Scientific computing.
pandas # Time-series computing.
matplotlib # Basic plotting.
seaborn # Extra plotting functions.
sklearn # Machine Learning.
requests # Download from the internet.
notebook # Jupyter Notebook.
ipywidgets # Interaction for Jupyter Notebook.
Expand Down

0 comments on commit 2c7eeb1

Please sign in to comment.