Spaces:
Runtime error
Runtime error
File size: 1,356 Bytes
db5855f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://download.pytorch.org/whl/"
verify_ssl = true
name = "pytorch-wheels"
[packages]
boto3 = "*"
gdown = "*"
ipykernel = ">=5.*"
ipython = ">=7.16.3" # pin to avoid vulnerability
ipywidgets = "*"
jedi = ">=0.17.2"
jupyter-nbrequirements = "*"
jupyterhub = "==4.1.*"
jupyterlab = "*"
jupyterlab-git = "==0.30"
librosa = ">=0.8.1"
matplotlib = ">=3.4"
monai = ">=0.9.1,<1.0.0"
nbval = "*"
notebook = "<7.0.0"
nncf = "==2.10.0"
numpy = ">=1.21.0"
onnx = ">=1.11.0"
opencv-python = "*"
openvino-dev = {version = "==2024.1.0"}
openvino-telemetry = "==2023.2.1"
ovmsclient = "*"
Pillow = ">=8.3.2"
psutil = "*"
pyclipper = ">=1.2.1"
pygments = ">=2.7.4"
pytorch-lightning = "*"
pytube = ">=12.1.0"
rsa = ">=4.7"
scikit-image = ">=0.19.2"
scipy = "*"
seaborn = ">=0.11.0"
setuptools = ">56.0.0"
shapely = ">=1.7.1"
supervisor = ">=4.1.0"
tensorflow = ">=2.5,<=2.12"
tensorflow-datasets = "==4.2.0"
treon = "*"
torch = {index = "pytorch-wheels", version = "==2.1.0+cpu"}
torchaudio = {index = "pytorch-wheels", version = "==2.1.0+cpu"}
torchmetrics = ">=0.11.0"
torchvision = {index = "pytorch-wheels", version = "==0.16.0+cpu"}
transformers = ">=4.21.1"
[dev-packages]
[requires]
python_version = "3.8"
|