scatter3d-anywidget 0.1.9__tar.gz → 0.1.10__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.
- {scatter3d_anywidget-0.1.9 → scatter3d_anywidget-0.1.10}/PKG-INFO +3 -3
- {scatter3d_anywidget-0.1.9 → scatter3d_anywidget-0.1.10}/pyproject.toml +3 -3
- {scatter3d_anywidget-0.1.9 → scatter3d_anywidget-0.1.10}/README.md +0 -0
- {scatter3d_anywidget-0.1.9 → scatter3d_anywidget-0.1.10}/src/scatter3d/__init__.py +0 -0
- {scatter3d_anywidget-0.1.9 → scatter3d_anywidget-0.1.10}/src/scatter3d/scatter3d.py +0 -0
- {scatter3d_anywidget-0.1.9 → scatter3d_anywidget-0.1.10}/src/scatter3d/static/scatter3d.js +0 -0
- {scatter3d_anywidget-0.1.9 → scatter3d_anywidget-0.1.10}/src/scatter3d/static/scatter3d.js.map +0 -0
- {scatter3d_anywidget-0.1.9 → scatter3d_anywidget-0.1.10}/src/scatter3d/widget_test.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: scatter3d-anywidget
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.10
|
|
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.
|
|
13
|
+
Requires-Dist: narwhals>=2.6.0
|
|
14
14
|
Requires-Dist: numpy>=2.3.5
|
|
15
|
-
Requires-Python: >=3.
|
|
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.
|
|
3
|
+
version = "0.1.10"
|
|
4
4
|
description = "3D scatter widget with lasso selection"
|
|
5
5
|
readme = "README.md"
|
|
6
|
-
requires-python = ">=3.
|
|
6
|
+
requires-python = ">=3.12"
|
|
7
7
|
license = { text = "MIT" }
|
|
8
|
-
dependencies = ["anywidget>=0.9.21", "narwhals>=2.
|
|
8
|
+
dependencies = ["anywidget>=0.9.21", "narwhals>=2.6.0", "numpy>=2.3.5"]
|
|
9
9
|
classifiers = [
|
|
10
10
|
"Development Status :: 3 - Alpha",
|
|
11
11
|
"License :: OSI Approved :: MIT License",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{scatter3d_anywidget-0.1.9 → scatter3d_anywidget-0.1.10}/src/scatter3d/static/scatter3d.js.map
RENAMED
|
File without changes
|
|
File without changes
|