scatter3d-anywidget 0.1.9__tar.gz → 0.1.11__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.3
2
2
  Name: scatter3d-anywidget
3
- Version: 0.1.9
3
+ Version: 0.1.11
4
4
  Summary: 3D scatter widget with lasso selection
5
5
  License: MIT
6
6
  Classifier: Development Status :: 3 - Alpha
@@ -10,9 +10,9 @@ Classifier: Programming Language :: Python :: 3.13
10
10
  Classifier: Intended Audience :: Science/Research
11
11
  Classifier: Topic :: Scientific/Engineering :: Visualization
12
12
  Requires-Dist: anywidget>=0.9.21
13
- Requires-Dist: narwhals>=2.14.0
14
- Requires-Dist: numpy>=2.3.5
15
- Requires-Python: >=3.13
13
+ Requires-Dist: narwhals>=2.6.0
14
+ Requires-Dist: numpy>=2.0.2
15
+ Requires-Python: >=3.12
16
16
  Project-URL: Homepage, https://github.com/JoseBlanca/any_scatter3d
17
17
  Project-URL: Repository, https://github.com/JoseBlanca/any_scatter3d
18
18
  Project-URL: Issues, https://github.com/JoseBlanca/any_scatter3d/issues
@@ -1,11 +1,11 @@
1
1
  [project]
2
2
  name = "scatter3d-anywidget"
3
- version = "0.1.9"
3
+ version = "0.1.11"
4
4
  description = "3D scatter widget with lasso selection"
5
5
  readme = "README.md"
6
- requires-python = ">=3.13"
6
+ requires-python = ">=3.12"
7
7
  license = { text = "MIT" }
8
- dependencies = ["anywidget>=0.9.21", "narwhals>=2.14.0", "numpy>=2.3.5"]
8
+ dependencies = ["anywidget>=0.9.21", "narwhals>=2.6.0", "numpy>=2.0.2"]
9
9
  classifiers = [
10
10
  "Development Status :: 3 - Alpha",
11
11
  "License :: OSI Approved :: MIT License",