Skip to content

Commit

Permalink
chore: edits from edit_pyproject_toml_and_lockfiles legion function
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaljovec committed Jan 8, 2025
1 parent 2b51e0d commit 8f47513
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,44 +22,44 @@ keywords = ["efaar_benchmarking"]
requires-python = ">=3.11"
dynamic = ["version"]
dependencies = [
"geomloss",
"huggingface_hub",
"joblib",
"matplotlib",
"matplotlib_venn",
"numpy",
"pandas",
"pyarrow",
"s3fs",
"scanpy",
"scikit-learn",
"scipy",
"scvi-tools",
"seaborn",
"torch",
"upsetplotly",
"wget",
'geomloss',
'huggingface_hub',
'joblib',
'matplotlib',
'matplotlib_venn',
'numpy',
'pandas',
'pyarrow',
's3fs',
'scanpy',
'scikit-learn',
'scipy',
'scvi-tools',
'seaborn',
'torch',
'upsetplotly',
'wget',
]

[project.optional-dependencies]
dev = [
"bandit[toml]",
"black",
"coverage",
"docstr-coverage",
"flake8",
"isort",
"mypy",
"pre-commit",
"pytest",
"pytest-cov",
"pyupgrade",
"radon",
"types-pkg_resources",
"types-setuptools",
"tox",
"validate-pyproject[all]",
"jupyterlab",
'bandit[toml]',
'black',
'coverage',
'docstr-coverage',
'flake8',
'isort',
'mypy',
'pre-commit',
'pytest',
'pytest-cov',
'pyupgrade',
'radon',
'types-pkg_resources',
'types-setuptools',
'tox',
'validate-pyproject[all]',
'jupyterlab',
]


Expand Down

0 comments on commit 8f47513

Please sign in to comment.