Skip to content

Commit

Permalink
'updated'
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvaneshkm committed Jun 16, 2024
1 parent da9f08c commit d87bac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ classifiers =
Operating System :: OS Independent

[options]
python_requires = >=3.10
python_requires = >=3.9
install_requires =
numpy
openpyxl
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python =
3.11: python3.11

[testenv]
deps = -r requirements_dev.txt
deps = -rrequirements_dev.txt
commands =
# black
black src/
Expand Down

0 comments on commit d87bac1

Please sign in to comment.