mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 13:18:18 -05:00
* 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.
11 lines
131 B
YAML
11 lines
131 B
YAML
name: python_robotics
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.13
|
|
- pip
|
|
- scipy
|
|
- numpy
|
|
- cvxpy
|
|
- matplotlib
|