Skip to content

Commit e5aecca

Browse files
llcourageLIT team
authored andcommitted
Change Numpy requirement to version == 2.3.
PiperOrigin-RevId: 771490711
1 parent 4542238 commit e5aecca

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
node-version: [18]
36-
python-version: ["3.9", "3.10", "3.11"]
36+
python-version: ["3.11"]
3737
defaults:
3838
run:
3939
shell: bash -l {0}

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"Levenshtein>=0.21.1",
2727
"matplotlib>=3.7.1",
2828
"ml-collections>=0.1.1",
29-
"numpy>=1.24.1,<2.0.0",
29+
"numpy==2.3",
3030
"pandas[output-formatting]>=2.0.3",
3131
"Pillow>=10.0.0",
3232
"portpicker>=1.5.2",
@@ -112,6 +112,7 @@ test = [
112112
"lit-nlp[examples-discriminative-ai]",
113113
"lit-nlp[examples-generative-ai]",
114114
"lit-nlp[umap]",
115+
"numba>=0.58.0",
115116
"lime==0.2.0.1",
116117
"pytest>=7.4.0,<8.0.0",
117118
"webtest>=2.0",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ filelock>=3.12.3
2121
google-cloud-translate>=3.11.1
2222
ipython>=7.34.0
2323
Levenshtein>=0.21.1
24-
matplotlib>=3.6.0,<3.9.0
24+
matplotlib>=3.9.0
2525
ml-collections>=0.1.1
26-
numpy>=1.24.1,<2.0.0
26+
numpy==2.3
2727
pandas[output-formatting]>=2.0.3
2828
Pillow>=10.0.0
2929
portpicker>=1.5.2

0 commit comments

Comments
 (0)