gradio/scripts/create_test_requirements-37.sh
Abubakar Abid 1c8d3cb05d
Simplify tests (#3608)
* simplify tests

* imports

* imports

* formatting

* removed cometml typing

* simplify

* changelog
2023-03-24 12:39:30 -07:00

14 lines
312 B
Bash

#!/bin/bash
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