Skip to content

Commit

Permalink
unrestrict python version, fix github action complain
Browse files Browse the repository at this point in the history
  • Loading branch information
vietnguyengit authored Oct 23, 2024
1 parent 8a56e6a commit 360bf1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.10.14
- python>=3.10
- pip=24.0
- poetry
- requests
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Viet Nguyen <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "3.10.14"
python = "^3.10"
black = "^24.8.0"
pre-commit = "^3.8.0"
requests = "^2.32.3"
Expand Down

0 comments on commit 360bf1b

Please sign in to comment.