We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb6e119 + f9e855f commit 8793082Copy full SHA for 8793082
2 files changed
README.md
@@ -94,7 +94,7 @@ apache-artemis-2.19.1/bin/artemis create mybroker --user deepphe --password deep
94
```
95
- (temporary fix until we fix the PBJ and timelines dependencies issue) Install the system's Python dependencies via:
96
97
-pip install stomp.py dkpro-cassis transformers[torch] pandas tomli setuptools
+pip install -r requirements.txt
98
99
- Finally create the Java executable Jars with maven:
100
timelines/requirements.txt
@@ -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