mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
parent
cb5b89108e
commit
d5ae3a0049
@ -37,5 +37,5 @@
|
||||
"9876": { "label": "gradio dev port" }
|
||||
},
|
||||
|
||||
"postCreateCommand": "export NODE_OPTIONS=\"--max-old-space-size=8192\" && chmod +x scripts/install_gradio.sh scripts/install_test_requirements.sh scripts/build_frontend.sh && ./scripts/install_gradio.sh && ./scripts/install_test_requirements.sh && ./scripts/build_frontend.sh"
|
||||
"postCreateCommand": "export NODE_OPTIONS=\"--max-old-space-size=8192\" && chmod +x scripts/install_gradio.sh scripts/install_test_requirements.sh scripts/build_frontend.sh && ./scripts/install_test_requirements.sh && ./scripts/install_gradio.sh && ./scripts/build_frontend.sh"
|
||||
}
|
||||
|
@ -1,13 +0,0 @@
|
||||
#!/bin/bash -eu
|
||||
|
||||
cd "$(dirname ${0})/.."
|
||||
source scripts/helpers.sh
|
||||
|
||||
pip_required
|
||||
|
||||
echo "Creating test requirements...
|
||||
To match the CI environment, this script should be run from a Unix-like system in Python 3.7."
|
||||
|
||||
cd test
|
||||
pip install --upgrade pip-tools
|
||||
pip-compile requirements.in --output-file requirements-37.txt
|
@ -86,13 +86,13 @@ gradio-client==0.10.0
|
||||
# via gradio
|
||||
gradio-pdf==0.0.7
|
||||
# via -r requirements.in
|
||||
h11==0.12.0
|
||||
h11==0.14.0
|
||||
# via
|
||||
# httpcore
|
||||
# uvicorn
|
||||
httpcore==0.15.0
|
||||
httpcore==1.0.5
|
||||
# via httpx
|
||||
httpx==0.23.0
|
||||
httpx==0.28.1
|
||||
# via
|
||||
# -r requirements.in
|
||||
# gradio
|
||||
|
Loading…
Reference in New Issue
Block a user