Skip to content

Commit

Permalink
Merge pull request #63 from UBC-MDS/update-token
Browse files Browse the repository at this point in the history
downgraded python to v3.9
  • Loading branch information
joeywwwu authored Jan 31, 2024
2 parents 5610bb5 + c36bf3e commit 13095a9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 141 deletions.
177 changes: 38 additions & 139 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10"
python = ">=3.9"
opencv-python = ">=4.9.0.80"
numpy = ">=1.26.3"
matplotlib = ">=3.8.2"
altair = "^5.2.0"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 13095a9

Please sign in to comment.