Skip to content

Commit

Permalink
Merge pull request #64 from TileDB-Inc/xan/polygon-fix
Browse files Browse the repository at this point in the history
Polygon fix
  • Loading branch information
XanthosXanthopoulos committed Jan 29, 2024
2 parents e4138c0 + cd0bddc commit afa26ca
Show file tree
Hide file tree
Showing 3 changed files with 4,255 additions and 5,516 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@jupyter-widgets/base": "^2 || ^3 || ^4 || ^5 || ^6",
"@jupyterlab/application": "^3 || ^4",
"@tiledb-inc/viz-core": "^1.0.2-alpha.13"
"@tiledb-inc/viz-core": "^1.0.3-alpha.2"
},
"devDependencies": {
"@jupyterlab/builder": "^3 || ^4",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
pybabylonjs setup
"""

import json
import sys
from pathlib import Path
Expand Down

0 comments on commit afa26ca

Please sign in to comment.