Skip to content

Commit

Permalink
Merge pull request #1432 from flatironinstitute/dev-pyproject
Browse files Browse the repository at this point in the history
Move dependencies into pyproject
  • Loading branch information
pgunn authored Dec 10, 2024
2 parents d270a91 + 1bbb3b7 commit 39758dc
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 39758dc

Please sign in to comment.