Skip to content
Snippets Groups Projects

Add poetry

Closed Thomas Bazeille requested to merge add_poetry into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
pyproject.toml 0 → 100644
+ 19
0
[tool.poetry]
name = "i-mav"
version = "0.1.0"
description = ""
authors = ["thomasbazeille <bazeille.thomas@gmail.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
stable-baselines3 = "^2.3.2"
gymnasium = "^1.0.0"
scipy = "^1.14.1"
pyyaml = "^6.0.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Loading