Skip to content

Commit

Permalink
Move dependencies into pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
pgunn committed Dec 6, 2024
1 parent d270a91 commit 1bbb3b7
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 58 deletions.
37 changes: 37 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,43 @@ authors = [
{ name = "Jeremie Kalfon"}]
readme = "README.md"
dynamic = ["classifiers", "keywords", "license", "scripts", "version"]
dependencies = [
"av",
"bokeh",
"coverage",
"cython",
"h5py",
"holoviews",
"ipykernel",
"ipython",
"ipyparallel",
"ipywidgets",
"keras",
"matplotlib",
"mypy",
"numpy",
"numpydoc",
"opencv-python",
"peakutils",
"pims",
"psutil",
"pynwb",
"scikit-image",
"scikit-learn",
"scipy",
"tensorflow",
"tifffile",
"tqdm",
"yapf",
"zarr"
]

[project.optional-dependencies]
jupyter = [
"jupyter",
"pyqtgraph",
"tk"
]

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

This file was deleted.

28 changes: 0 additions & 28 deletions requirements_gpu.txt

This file was deleted.

0 comments on commit 1bbb3b7

Please sign in to comment.