photodetector/Pipfile

17 lines
209 B
TOML
Raw Normal View History

2024-10-20 11:47:17 -06:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "*"
matplotlib = "*"
xarray = "*"
scipy = "*"
[dev-packages]
ipykernel = "*"
[requires]
python_version = "3.10"