plotly-lite 0.1.0__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plotly-lite
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: lite version wrapper on plotly for quick utilization for scientific graphs
5
5
  Home-page: https://github.com/Shahrukh-Chishti/plotly-lite
6
6
  Author: Shahrukh Chishti
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plotly-lite
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: lite version wrapper on plotly for quick utilization for scientific graphs
5
5
  Home-page: https://github.com/Shahrukh-Chishti/plotly-lite
6
6
  Author: Shahrukh Chishti
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "plotly-lite" # must be unique on PyPI
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "lite version wrapper on plotly for quick utilization for scientific graphs"
9
9
  readme = "README.md"
10
10
  license = { file = "LICENSE" }
@@ -0,0 +1,4 @@
1
+ kaleido>=2.11
2
+ plotly>=5.19.0
3
+ matplotlib
4
+ nbformat
@@ -9,7 +9,7 @@ def load_requirements(path):
9
9
 
10
10
  setup(name='Plotly-Lite',
11
11
  author='Shahrukh Chishti',
12
- version="0.1.0",
12
+ version="0.1.1",
13
13
  python_requires=">=3.11",
14
14
  packages=find_packages(),
15
15
  install_requires=load_requirements(root / "requirements.txt"),
@@ -1,2 +0,0 @@
1
- plotly>=5.19.0
2
- matplotlib
File without changes
File without changes
File without changes
File without changes