Skip to content

Commit

Permalink
Merge pull request #830 from matouma/dev
Browse files Browse the repository at this point in the history
relax hap denpendencies on torch to overcome error on MacOS I7 with python 3.11
  • Loading branch information
touma-I authored Nov 25, 2024
2 parents 5a018e6 + f61493c commit 515cc17
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 515cc17

Please sign in to comment.