We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f30b2 commit a3e1bb5Copy full SHA for a3e1bb5
pyproject.toml
@@ -24,10 +24,10 @@ classifiers = [
24
25
dependencies = [
26
"Jpype1==1.5.0",
27
- "pyarrow==20.0.0",
+ "pyarrow>=20.0.0",
28
"matplotlib~=3.10.3",
29
- "pandas~=1.5.3",
30
- "numpy~=1.26.4",
+ "pandas>=1.5.3",
+ "numpy>=1.26.4",
31
"jupyter-bokeh~=4.0.5",
32
]
33
@@ -56,7 +56,6 @@ detoxify = [
56
"datasets",
57
"scipy~=1.12.0",
58
"torch~=2.2.1",
59
- "iter-tools",
60
"evaluate",
61
"trl",
62
requirements.txt
@@ -1,5 +1,6 @@
1
-JPype1==1.4.1
2
-matplotlib==3.6.3
3
-pandas==1.2.5
4
-pyarrow==14.0.1
+Jpype1==1.5.0
+pyarrow>=20.0.0
+matplotlib~=3.10.3
+pandas>=1.5.3
5
+numpy>=1.26.4
6
jupyter-bokeh~=4.0.5
0 commit comments