Skip to content

Commit

Permalink
requirements revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
jettjaniak committed May 22, 2024
1 parent 46c3a82 commit 3df6016
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 19 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- name: dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-nocuda.txt
pip install -e .
pip install -e .[dev]
- name: black
run: black --check .
- name: isort
Expand Down
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,12 @@ dependencies = [
"torch==2.1.2",
"datasets==2.16.1",
"tqdm==4.66.1",
"ipywidgets==8.1.1",
"nbformat==5.9.2",
"pytest==7.4.4",
"black==23.12.1",
"jaxtyping==0.2.25",
"beartype==0.18.2",
"pre-commit==3.6.0",
"isort==5.13.2",
"chardet==5.2.0",
"sentencepiece==0.1.99",
"protobuf==4.25.2",
"plotly==5.18.0",
"wandb==0.16.3",
"spacy==3.7.2",
"pandas==1.3.4",
"dacite==1.8.1",
"panel==1.4.0",
"jupyter_bokeh==4.0.1",
"transformers==4.40.0",
]

Expand All @@ -31,6 +19,18 @@ mamba_cuda = [
"mamba_ssm==1.2.0.post1",
"causal-conv1d==1.2.0.post2",
]
notebooks = [
"panel==1.4.0",
"jupyter_bokeh==4.0.1",
"ipywidgets==8.1.1",
"nbformat==5.9.2",
]
dev = [
"pytest==7.4.4",
"black==23.12.1",
"isort==5.13.2",
"pre-commit==3.6.0",
]

[build-system]
requires = ["setuptools", "wheel"]
Expand Down
2 changes: 0 additions & 2 deletions requirements-nocuda.txt

This file was deleted.

3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

0 comments on commit 3df6016

Please sign in to comment.