deep-rl-explainability / pyproject.toml
ghubner's picture
Update app with improved UI and markdown formatting
386550d
raw
history blame contribute delete
552 Bytes
[project]
name = "deep-rl-explainability"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.10"
dependencies = [
"ale-py==0.8.1",
"autorom==0.4.2",
"autorom-accept-rom-license==0.6.1",
"captum==0.6.0",
"gradio>=5.44.1",
"gymnasium[box2d]==0.29.1",
"huggingface-hub>=0.34.4",
"imageio==2.31.5",
"imageio-ffmpeg==0.4.9",
"matplotlib==3.8.0",
"matplotlib-inline==0.1.6",
"moviepy==1.0.3",
"mujoco==2.3.7",
"numpy==1.26.0",
"scipy>=1.15.3",
"torch==2.1.0",
]