waterfall 0.1.7__tar.gz → 0.2.1__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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "python-envs.defaultEnvManager": "ms-python.python:conda",
3
+ "python-envs.defaultPackageManager": "ms-python.python:conda",
4
+ "python-envs.pythonProjects": []
5
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: waterfall
3
- Version: 0.1.7
3
+ Version: 0.2.1
4
4
  Summary: Scalable Framework for Robust Text Watermarking and Provenance for LLMs
5
5
  Project-URL: Homepage, https://github.com/aoi3142/Waterfall
6
6
  Project-URL: Issues, https://github.com/aoi3142/Waterfall/issues
@@ -15,7 +15,7 @@ Requires-Dist: numpy>=2.0.0
15
15
  Requires-Dist: scipy>=1.13.0
16
16
  Requires-Dist: sentence-transformers>=3.0.0
17
17
  Requires-Dist: torch>=2.3.0
18
- Requires-Dist: transformers>=4.43.1
18
+ Requires-Dist: transformers<4.55.0,>=4.43.1
19
19
  Description-Content-Type: text/markdown
20
20
 
21
21
  # Waterfall: Scalable Framework for Robust Text Watermarking and Provenance for LLMs [EMNLP 2024 Main Long]
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "waterfall"
7
- version = "0.1.7"
7
+ version = "0.2.1"
8
8
  authors = [
9
9
  { name = "Xinyuan Niu", email="aperture@outlook.sg" }
10
10
  ]
@@ -24,7 +24,7 @@ dependencies = [
24
24
  "scipy>=1.13.0",
25
25
  "sentence-transformers>=3.0.0",
26
26
  "torch>=2.3.0",
27
- "transformers>=4.43.1",
27
+ "transformers>=4.43.1,<4.55.0",
28
28
  ]
29
29
 
30
30
  [project.urls]
@@ -3,4 +3,4 @@ numpy>=2.0.0
3
3
  scipy>=1.13.0
4
4
  sentence-transformers>=3.0.0
5
5
  torch>=2.3.0
6
- transformers>=4.43.1
6
+ transformers>=4.43.1,<4.55.0