revisit 0.0.17__tar.gz → 0.0.19__tar.gz

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