Skip to content

Commit eb2860c

Browse files
committed
temporary workaround for b0rken rdflib prefix handling
rdflib master currently handles prefixes in a weird way: RDFLib/rdflib#867
1 parent f4475ce commit eb2860c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ numpy>=1.12.1
1212
objgraph>=3.1.0
1313
requests>=2.16.5
1414
#rdflib>=4.2.1
15-
git+git://github.com/RDFLib/rdflib@master#egg=rdflib
15+
# 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
1618
scikit-learn>=0.18.1
1719
scipy>=0.19.0
1820
scoop>=0.7.1.1

0 commit comments

Comments
 (0)