Skip to content

Commit a3e1bb5

Browse files
committed
fix: relax numpy and pandas constraints
1 parent 83f30b2 commit a3e1bb5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ classifiers = [
2424

2525
dependencies = [
2626
"Jpype1==1.5.0",
27-
"pyarrow==20.0.0",
27+
"pyarrow>=20.0.0",
2828
"matplotlib~=3.10.3",
29-
"pandas~=1.5.3",
30-
"numpy~=1.26.4",
29+
"pandas>=1.5.3",
30+
"numpy>=1.26.4",
3131
"jupyter-bokeh~=4.0.5",
3232
]
3333

@@ -56,7 +56,6 @@ detoxify = [
5656
"datasets",
5757
"scipy~=1.12.0",
5858
"torch~=2.2.1",
59-
"iter-tools",
6059
"evaluate",
6160
"trl",
6261
]

requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
JPype1==1.4.1
2-
matplotlib==3.6.3
3-
pandas==1.2.5
4-
pyarrow==14.0.1
1+
Jpype1==1.5.0
2+
pyarrow>=20.0.0
3+
matplotlib~=3.10.3
4+
pandas>=1.5.3
5+
numpy>=1.26.4
56
jupyter-bokeh~=4.0.5

0 commit comments

Comments
 (0)