Update dependencies and fix to non-breaking versions (HuggingFace, Numpy, Lxml) - some third party dependencies had been updated and were breaking the install.
Also, we have just had three fantastic pull requests in the Python repository:
* Batch code courtesy of makrianast: [Allow batching of items when sent to LLM](https://github.com/harmonydata/harmony/pull/66) by Anastasia [original issue](https://github.com/harmonydata/harmony/issues/56)
* Strip prefixes code courtesy of abdullahwaqar [feat(utils): Add strip_prefixes function to remove common question prefix](https://github.com/harmonydata/harmony/pull/64) by Abdullah [original issue](https://github.com/harmonydata/harmony/issues/61)
* Crosswalk table generation courtesy of vkrithika25 [Added crosswalk table + unit tests](https://github.com/harmonydata/harmony/pull/65) by Krithika [original issue](https://github.com/harmonydata/harmony/issues/62)