File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN rm /wheels/schema_salad*
11
11
RUN pip install "black~=22.0"
12
12
# galaxy-util 22.1.x depends on packaging<22, but black 23.x needs packaging>22
13
13
RUN SCHEMA_SALAD_USE_MYPYC=1 MYPYPATH=mypy-stubs pip wheel --no-binary schema-salad \
14
- $(grep schema.salad requirements.txt) "black~=22.0" --wheel-dir=/wheels # --verbose
14
+ $(grep schema.salad requirements.txt) "black~=22.0" "rdflib<7" --wheel-dir=/wheels # --verbose
15
15
RUN pip install --force-reinstall --no-index --no-warn-script-location \
16
16
--root=/pythonroot/ /wheels/*.whl
17
17
# --force-reinstall to install our new mypyc compiled schema-salad package
Original file line number Diff line number Diff line change 1
1
requests >= 2.6.1
2
2
ruamel.yaml >= 0.16.0 ,< 0.19
3
- rdflib >= 4.2.2 ,< 7.1
3
+ rdflib >= 4.2.2 ,< 7
4
4
shellescape >= 3.4.1 ,< 3.9
5
5
schema-salad >= 8.4.20230426093816 ,< 9
6
6
prov == 2.0.1
Original file line number Diff line number Diff line change 125
125
"requests >= 2.6.1" , # >= 2.6.1 to workaround
126
126
# https://github.com/ionrock/cachecontrol/issues/137
127
127
"ruamel.yaml >= 0.16, < 0.19" ,
128
- "rdflib >= 4.2.2, < 7.1.0 " ,
128
+ "rdflib >= 4.2.2, < 7" ,
129
129
"shellescape >= 3.4.1, < 3.9" ,
130
130
"schema-salad >= 8.4.20230426093816, < 9" ,
131
131
"prov == 2.0.1" ,
You can’t perform that action at this time.
0 commit comments