Skip to content

Commit d0b923b

Browse files
committed
clean up setup and workflow
1 parent 9520994 commit d0b923b

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
python -m pip install .
27-
python -m pip install convokit[craft]
2827
python -m spacy download en_core_web_sm
2928
- name: Run tests
3029
run: |

setup.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@
6969
"numexpr>=2.8.0",
7070
"ruff>=0.4.8",
7171
"bottleneck",
72-
"accelerate",
73-
"peft",
74-
"bitsandbytes",
75-
"transformers",
76-
"unsloth",
77-
"trl>=0.12.2",
78-
"tensorflow>=2.18.0",
79-
"tf-keras>=2.17.0,<3.0.0",
8072
"evaluate",
8173
"sentence-transformers",
8274
"datasets",

0 commit comments

Comments
 (0)