Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Goekdeniz-Guelmez committed Jul 31, 2024
1 parent 38d712e commit ffc57fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
root_dir = Path(__file__).parent


requirements_file = root_dir / "requirements.txt"
requirements_file = "requirements.txt"

if requirements_file.exists():
with open(requirements_file) as fid:
requirements = [l.strip() for l in fid.readlines()]
else:
print("Warning: requirements.txt not found. Proceeding without dependencies.")
print("\n\n\n\n\n\n\Warning: requirements.txt not found. Proceeding without dependencies.\n\n\n\n\n\n")


# Import the version from the package
Expand Down

0 comments on commit ffc57fe

Please sign in to comment.