We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4475ce commit eb2860cCopy full SHA for eb2860c
requirements.txt
@@ -12,7 +12,9 @@ numpy>=1.12.1
12
objgraph>=3.1.0
13
requests>=2.16.5
14
#rdflib>=4.2.1
15
-git+git://github.com/RDFLib/rdflib@master#egg=rdflib
+# temporary workaround for https://github.com/RDFLib/rdflib/issues/867
16
+git+git://github.com/RDFLib/rdflib@6cb0dabce15a0d5dc81954ecb833e31b47a68e28#egg=rdflib
17
+#git+git://github.com/RDFLib/rdflib@master#egg=rdflib
18
scikit-learn>=0.18.1
19
scipy>=0.19.0
20
scoop>=0.7.1.1
0 commit comments