Files
PythonRobotics/requirements/environment.yml
Atsushi Sakai a2c42c3d68 Update Python version to 3.13 across the project (#1208)
* Update Python version to 3.13 across the project

Upgraded the required Python version to 3.13 in configurations, CI workflows, documentation, and environment files. This ensures compatibility with the latest Python release and maintains consistency across all project components.

* Update Python version to 3.13 across the project

Upgraded the required Python version to 3.13 in configurations, CI workflows, documentation, and environment files. This ensures compatibility with the latest Python release and maintains consistency across all project components.
2025-05-01 21:53:12 +09:00

11 lines
131 B
YAML

name: python_robotics
channels:
- conda-forge
dependencies:
- python=3.13
- pip
- scipy
- numpy
- cvxpy
- matplotlib