Skip to content

Commit

Permalink
Changed and added library version
Browse files Browse the repository at this point in the history
  • Loading branch information
Laplusdestiny committed Jul 13, 2024
1 parent a58fb9d commit 21373cf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9.19
7 changes: 0 additions & 7 deletions plotly_extend_wrapper/release_library.sh

This file was deleted.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ dependencies = [
"kaleido==0.2.1",
"pyarrow>=10.0.0",
"pandas>=2.0.0",
"scipy>=1.12.0",
]
readme = "README.md"
requires-python = ">= 3.8"
requires-python = ">= 3.9"

[build-system]
requires = ["hatchling"]
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ rich==13.7.1
ruff==0.5.1
scikit-learn==1.5.1
scipy==1.13.1
# via plotly-extend-wrapper
# via scikit-learn
secretstorage==3.3.3
# via keyring
Expand Down
3 changes: 3 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ kaleido==0.2.1
numpy==2.0.0
# via pandas
# via pyarrow
# via scipy
packaging==24.1
# via plotly
pandas==2.2.2
Expand All @@ -26,6 +27,8 @@ python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
scipy==1.13.1
# via plotly-extend-wrapper
six==1.16.0
# via python-dateutil
tenacity==8.5.0
Expand Down

0 comments on commit 21373cf

Please sign in to comment.