Skip to content

Commit

Permalink
Merge pull request Unbabel#89 from phen0menon/master
Browse files Browse the repository at this point in the history
Apple Silicon (M1) support
  • Loading branch information
ricardorei authored Sep 19, 2022
2 parents 7472361 + 32e5c95 commit da0a8cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ comet-mbr = 'comet.cli.mbr:mbr_command'
[tool.poetry.dependencies]
python = ">=3.7.0,<4.0.0"
sentencepiece = "^0.1.96"
pandas = "1.1.5"
pandas = "1.4.1"
transformers = ">=4.8"
pytorch-lightning = "1.6.4"
jsonargparse = "3.13.1"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sentencepiece==0.1.96
pandas==1.1.5
pandas==1.4.1
transformers>=4.8
pytorch-lightning==1.6.4
jsonargparse==3.13.1
Expand Down

0 comments on commit da0a8cf

Please sign in to comment.