Skip to content

Commit

Permalink
relax hap denpendencies on torch
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Nov 25, 2024
1 parent 5a018e6 commit f61493c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions transforms/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ web2parquet = { file = ["universal/web2parquet/requirements.txt"]}
# Does not seem to work for our custom layout
# copy all files to a single src and let automatic discovery find them

[tool.setuptools.package-data]
"*" = ["*.txt"]
#[tool.setuptools.package-data]
#"*" = ["*.txt"]

[tool.setuptools.packages.find]
where = ["src"]
#[tool.setuptools.packages.find]
#where = ["src"]

#[tool.setuptools.package-dir]
#dpk_web2parquet = "universal/web2parquet/dpk_web2parquet"
Expand Down
2 changes: 1 addition & 1 deletion transforms/universal/hap/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
data-prep-toolkit==0.2.2.dev2
nltk==3.9.1
transformers==4.38.2
torch==2.4.1
torch>=2.2.2,<=2.4.1
pandas==2.2.2
2 changes: 1 addition & 1 deletion transforms/universal/hap/ray/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ data-prep-toolkit[ray]==0.2.2.dev2
dpk-hap-transform-python==0.2.2.dev2
nltk==3.9.1
transformers==4.38.2
torch==2.4.1
torch>=2.2.2,<=2.4.1
pandas==2.2.2

0 comments on commit f61493c

Please sign in to comment.