Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
drew committed Sep 21, 2023
1 parent a711b5b commit 10972f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ def reqs(file, without=None):
]


doc_reqs = reqs("requirements/docs.txt")
base_reqs = reqs("requirements/base.txt")
utils_reqs = reqs("requirements/utils.txt")
test_reqs = reqs("requirements/test.txt")
torch_reqs = reqs("requirements/torch.txt")
tf_reqs = reqs("requirements/tensorflow.txt")
all_reqs = [base_reqs, utils_reqs, torch_reqs, tf_reqs]


setup(
name="gretel-synthetics",
author="Gretel Labs, Inc.",
Expand All @@ -56,6 +58,7 @@ def reqs(file, without=None):
"test": test_reqs,
"torch": torch_reqs,
"tensorflow": tf_reqs,
"docs": doc_reqs,
},
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 10972f6

Please sign in to comment.