Closed jaketae closed 2 years ago
@tianjianjiang, can you help update poetry.lock
and pyproject.toml
files? I think the test CI currently works off of setup.py
, which reads from requirements.txt
, but I think it's also a good idea to keep other files consistent if we update requirements.txt
. Thank you!
@tianjianjiang, can you help update
poetry.lock
andpyproject.toml
files? I think the test CI currently works off ofsetup.py
, which reads fromrequirements.txt
, but I think it's also a good idea to keep other files consistent if we updaterequirements.txt
. Thank you!
@jaketae Roger that!
In light of #74, this PR flexibly bumps project dependency versions by replacing hardcoded
==
version requirements with>=
. This will allowpip
to install the latest versions when possible and also resolve the test CI error.Additionally,
tensorflow
dependency is removedtorch
andtransformers