Lock in python package versions
This commit is contained in:
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
@@ -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",
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user