Skip to content

Commit 8793082

Browse files
authored
Merge pull request #6 from HealthNLPorg/requirements-fix
Requirements fix
2 parents bb6e119 + f9e855f commit 8793082

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ apache-artemis-2.19.1/bin/artemis create mybroker --user deepphe --password deep
9494
```
9595
- (temporary fix until we fix the PBJ and timelines dependencies issue) Install the system's Python dependencies via:
9696
```
97-
pip install stomp.py dkpro-cassis transformers[torch] pandas tomli setuptools
97+
pip install -r requirements.txt
9898
```
9999
- Finally create the Java executable Jars with maven:
100100
```

timelines/requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
transformers[torch]
2+
pandas>=2.0.0
3+
tomli
4+
setuptools
5+
stomp.py~=8.0.0
6+
dkpro-cassis~=0.7.0

0 commit comments

Comments
 (0)