Skip to content

Commit

Permalink
chore: repair venv
Browse files Browse the repository at this point in the history
  • Loading branch information
sameed-khan committed Sep 16, 2024
1 parent 58c3d26 commit 33e9d37
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 877 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.vscode
**/.venv
/fixtures/screenshots
misc/
12 changes: 5 additions & 7 deletions playground/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
[project]
name = "playground"
name = "gui-automation"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"numpy>=2.1.1",
"opencv-python>=4.10.0.84",
"jupyter>=1.1.1",
"ipywidgets>=8.1.5",
"ipykernel>=6.29.5",
"ipywidgets>=8.1.5",
"numpy>=2.1.1",
"matplotlib>=3.9.2",
"scikit-learn>=1.5.2",
"pillow>=10.4.0",
"setuptools-rust>=1.10.1",
"opencv-python>=4.10.0.84",
]
Loading

0 comments on commit 33e9d37

Please sign in to comment.