Skip to content

Commit

Permalink
#21: Add future to requirements.txt, fix typo in config_user_template…
Browse files Browse the repository at this point in the history
….yaml, fix mistracked .tar.gz
  • Loading branch information
Zong Huang committed May 9, 2019
1 parent 912cd84 commit 4253687
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# `/output_local/` subdirectories are ignored as they contain large outputs that will be stored outside of Github
*output_local/

# Commit everything in `gslab_make`
!*lib/gslab_make/tests/input/

# The following extensions indicated intermediate files generated by certain programs during compiling
*.pyc
*.lyx~
Expand Down
Binary file modified lib/gslab_make/tests/input/rinstall_test_package/Ecdat_0.1-6.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup/config_user_template.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#####################################################################
# Make a copy of this file called config_local.yaml and place
# Make a copy of this file called config_user.yaml and place
# it at the root level of the repository
#
# This file holds local settings specific to your computing
Expand Down
3 changes: 2 additions & 1 deletion setup/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ matplotlib
gitpython
termcolor
colorama
jupyter
jupyter
future

0 comments on commit 4253687

Please sign in to comment.