Skip to content

Commit

Permalink
fix git ignore to not exclude test_datasets; add lmdb requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Mar 31, 2024
1 parent 2dbe931 commit 5d5937e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
spf/data
**/*.npy
**/*.zip
test_data
test_data.zip
test_data_dl.zip
test_data.txt
Expand All @@ -20,4 +19,5 @@ test_data.txt
**/*.tmp
**/mav.*
**/testdata*
**/temp
**/temp
**/sessions*
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ joblib==1.3.2
kiwisolver==1.4.4
libaio==0.9.1
llvmlite==0.42.0
lmdb==1.4.1
lxml==5.1.0
MarkupSafe==2.1.3
matplotlib==3.7.2
Expand Down

0 comments on commit 5d5937e

Please sign in to comment.