Skip to content

Commit

Permalink
✨ project template
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Oct 12, 2023
1 parent 891087c commit afc80d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ classifiers = [
dependencies = [
"art~=5.7",
"click~=8.1.3",
"pandas~=2.1.1; python_version < '3.9'",
"pandas~=2.0.3; python_version > '3.8'",
"pandas~=2.0.3; python_version < '3.9'",
"pandas~=2.1.1; python_version > '3.8'",
"numpy~=1.24.2; python_version < '3.9'",
"numpy~=1.26.0; python_version > '3.8'",
"rich~=13.5.2",
Expand Down

0 comments on commit afc80d3

Please sign in to comment.