mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-02-07 17:05:52 +01:00
chore: clean up code structure and remove unused code blocks
This commit is contained in:
11
M2/Reinforcement Learning/project/pyproject.toml
Normal file
11
M2/Reinforcement Learning/project/pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[project]
|
||||
name = "project"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"ale-py>=0.11.2",
|
||||
"numpy>=2.2.5",
|
||||
"pyclustertend>=1.4.9",
|
||||
]
|
||||
Reference in New Issue
Block a user