mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-21 11:39:50 +00:00
go back to python 3.10
This commit is contained in:
+3
-3
@@ -29,7 +29,7 @@ version = "0.3.4"
|
|||||||
description = "🤗 LeRobot: State-of-the-art Machine Learning for Real-World Robotics in Pytorch"
|
description = "🤗 LeRobot: State-of-the-art Machine Learning for Real-World Robotics in Pytorch"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { text = "Apache-2.0" }
|
license = { text = "Apache-2.0" }
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.10"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Rémi Cadène", email = "re.cadene@gmail.com" },
|
{ name = "Rémi Cadène", email = "re.cadene@gmail.com" },
|
||||||
{ name = "Simon Alibert", email = "alibert.sim@gmail.com" },
|
{ name = "Simon Alibert", email = "alibert.sim@gmail.com" },
|
||||||
@@ -50,7 +50,7 @@ classifiers = [
|
|||||||
"Intended Audience :: Education",
|
"Intended Audience :: Education",
|
||||||
"Intended Audience :: Science/Research",
|
"Intended Audience :: Science/Research",
|
||||||
"License :: OSI Approved :: Apache Software License",
|
"License :: OSI Approved :: Apache Software License",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Topic :: Software Development :: Build Tools",
|
"Topic :: Software Development :: Build Tools",
|
||||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||||
]
|
]
|
||||||
@@ -259,7 +259,7 @@ default.extend-ignore-identifiers-re = [
|
|||||||
# paths = ["src/lerobot"]
|
# paths = ["src/lerobot"]
|
||||||
|
|
||||||
# [tool.mypy]
|
# [tool.mypy]
|
||||||
# python_version = "3.11"
|
# python_version = "3.10"
|
||||||
# warn_return_any = true
|
# warn_return_any = true
|
||||||
# warn_unused_configs = true
|
# warn_unused_configs = true
|
||||||
# ignore_missing_imports = false
|
# ignore_missing_imports = false
|
||||||
|
|||||||
Reference in New Issue
Block a user