Skip to content

Commit

Permalink
CU-8692wb8gf: 'tokenizers>=0.12.0', # 0.13.1 doesn't seem to build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Oct 9, 2023
1 parent e0c6456 commit 4daceb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'spacy>=3.1.0',
'scipy~=1.9.2', # first to support 3.11
'transformers>=4.19.2,<4.22.0', # upper bound is needed for the de-id model until it is retrained
'tokenizers>=0.12.0', # 0.13.1 doesn't seem to build
'torch>=1.13.0', # first to support 3.11
'tqdm>=4.27',
'scikit-learn>=1.1.3', # first to supporrt 3.11
Expand Down

0 comments on commit 4daceb2

Please sign in to comment.