Skip to content

Commit

Permalink
Merge pull request #381 from decypher-ai/main
Browse files Browse the repository at this point in the history
Fix issue in setup causing install failures
  • Loading branch information
kaustubhdhole committed Aug 20, 2023
2 parents e5d41a8 + 7d4651d commit c591130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-light.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ phonenumbers==8.12.25
datasets==1.7.0
pattern3==3.0.0
allennlp-models==2.5.0
checklist==0.0.11
git+https://github.com/decypher-ai/checklist@e6ffe5e148585d0bd377a590d3d46aa58978d83c
langid==1.1.6
Babel==2.9.1
word2number==1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
checklist==0.0.11
git+https://github.com/decypher-ai/checklist@e6ffe5e148585d0bd377a590d3d46aa58978d83c
spacy==3.0.0
numpy

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def read(fname):

def recursive_requirements(search: str, transformation_type: str) -> str:
# (1) read all requirements.txt in the folder.
requirements = ""
requirements = "\n"
for folder in all_folders(search, transformation_type):
r_file = os.path.join(
os.path.dirname(__file__), folder + "/requirements.txt"
Expand Down

0 comments on commit c591130

Please sign in to comment.