Skip to content

Commit

Permalink
modify versioning for PyRuSH, torch, and transformers for macOS compa…
Browse files Browse the repository at this point in the history
…tibility
  • Loading branch information
ianbulovic committed Jul 3, 2024
1 parent cf0dbdb commit 6a84dee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ This library is _not_ intended to serve as a place for clinical NLP applications

## Install
> [!WARNING]
**Due to some dependency issues, this package does not officially
support macOS on Apple Silicon.**
For experimental support, use python 3.10 and run
`pip install -r macos-requirements.txt` before installing the package.
macOS support is currently experimental. We recommend using python3.10 for macOS installations.

> [!NOTE]
When installing the library's dependencies, `pip` will probably install
Expand Down
7 changes: 0 additions & 7 deletions macos-requirements.txt

This file was deleted.

6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ install_requires =
numpy~=1.23.3
pandas~=1.3.5
pydantic~=1.10.8
PyRuSH~=1.0.3.6
PyRuSH~=1.0.8
requests~=2.26.0
scikit-learn~=1.0.2
seqeval~=1.2.2
torch~=1.5
transformers[torch]~=4.15
torch>=1.5
transformers[torch]>=4.15, <4.42
uvicorn[standard]~=0.16.0

[options.entry_points]
Expand Down

0 comments on commit 6a84dee

Please sign in to comment.