revisit 0.0.17__tar.gz → 0.0.18__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: revisit
3
- Version: 0.0.17
4
- Requires-Dist: altair[all]>=5.5.0
3
+ Version: 0.0.18
5
4
  Requires-Dist: anywidget
6
5
  Requires-Dist: ipykernel>=6.29.5
7
- Requires-Dist: pandas>=2.2.3
8
6
  Requires-Dist: pydantic>=2.10.5
9
- Requires-Dist: scipy>=1.15.1
10
7
  Provides-Extra: dev
11
8
  Requires-Dist: jupyterlab; extra == 'dev'
12
9
  Requires-Dist: watchfiles; extra == 'dev'
@@ -4,14 +4,11 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "revisit"
7
- version = "0.0.17"
7
+ version = "0.0.18"
8
8
  dependencies = [
9
- "altair[all]>=5.5.0",
10
9
  "anywidget",
11
10
  "ipykernel>=6.29.5",
12
- "pandas>=2.2.3",
13
11
  "pydantic>=2.10.5",
14
- "scipy>=1.15.1",
15
12
  ]
16
13
  readme = "README.md"
17
14
 
File without changes
File without changes
File without changes
File without changes