Lock in python package versions

This commit is contained in:
Andrew Johnson
2025-11-15 11:11:19 +01:00
parent 3f6049c355
commit 63367bab8c
2 changed files with 15 additions and 4 deletions

11
.vscode/launch.json vendored
View File

@@ -4,6 +4,17 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Run Tello Simulator",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/tello_sim/run_sim.py",
"console": "integratedTerminal",
"justMyCode": true,
"env": {
"PYTHONPATH": "${workspaceFolder}"
}
},
{
"name": "Python Debugger: Current File",
"type": "debugpy",

View File

@@ -1,4 +1,4 @@
ursina
PyOpenGL
numpy
opencv-python
ursina==7.0.0
PyOpenGL==3.1.9
numpy==2.2.3
opencv-python==4.11.0.86