Skip to content

Commit

Permalink
fix: add substrate-interface dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
5u6r054 committed Jan 30, 2025
1 parent 82313b3 commit c667127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN pip install --no-cache-dir \
"numpy~=2.0.1" \
"nest-asyncio>=1.5.0" \
"aiohttp>=3.9.0" \
"scalecodec>=1.2.5"
"scalecodec>=1.2.5" \
"substrate-interface>=1.7.4"

# Install scientific packages with minimal dependencies
RUN pip install --no-cache-dir \
Expand Down

0 comments on commit c667127

Please sign in to comment.