Skip to content

Commit

Permalink
Add in pydata/sparse and update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
weiya711 committed Aug 8, 2023
1 parent 9c8431a commit 6aa9f6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ __pycache__/
# Temporary output files
*.swp
*.swo
*.swn
*.txt
*.out
*.log

# Generated Python Package files
*.egg-info/
Expand Down Expand Up @@ -55,3 +57,6 @@ synthetic/

# Temporary scripts
download_suitesparse_partial.sh

# Network Filesystem
.nfs*
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ PyYAML==6.0
requests==2.28.2
scipy==1.10.0
six==1.16.0
sparse==0.13.0
tomli==2.0.1
tqdm==4.64.1

0 comments on commit 6aa9f6f

Please sign in to comment.