Spaces:
Running
Running
File size: 477 Bytes
ad8bac0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [workspace]
authors = ["Connor Malone <cj.malone@qut.edu.au>"]
channels = ["conda-forge"]
name = "flooded_roads"
platforms = ["win-64"]
version = "0.1.0"
[dependencies]
numpy = ">=2.4.3,<3"
pytest = ">=9.0.3,<10"
scipy = ">=1.17.1,<2"
scikit-learn = ">=1.8.0,<2"
tqdm = ">=4.67.3,<5"
pillow = ">=12.2.0,<13"
opencv = ">=4.13.0,<5"
open3d = ">=0.19.0,<0.20"
matplotlib = ">=3.10.8,<4"
natsort = ">=8.4.0,<9"
pyyaml = ">=6.0.3,<7"
[pypi-dependencies]
httpx = ">=0.28.1, <0.29"
|