Skip to content

Commit

Permalink
next version
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekt committed Jan 29, 2024
1 parent 876ea5a commit 15a0a7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
activate-environment: pogo_video_analysis_env
environment-file: conda.yaml
python-version: 3.11.4
python-version: 3.11.7
auto-activate-base: false
- name: Install linux dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ name: pogo_video_analysis_env
channels:
- defaults
dependencies:
- python=3.11.7
- pip:
- ocr-ops
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "hatchling.build"

[project]
name = "pokemon-go-video-analysis"
version = "0.0.0.0.5.4"
version = "0.0.0.0.5.5"
authors = [
{ name="Prateek Tandon", email="[email protected]" },
]
description = "Pokemon Go Video Analysis"
readme = "README.md"
requires-python = ">=3.11.4"
requires-python = "<=3.11.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 15a0a7d

Please sign in to comment.