Skip to content

Commit

Permalink
BLD: Remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Sep 27, 2023
1 parent 836f33a commit bf79e6e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion ptychonn/_infer/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import importlib.resources
import pathlib
import typing
import glob
Expand Down
3 changes: 0 additions & 3 deletions requirements-dev
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
click
h5py
importlib-metadata
importlib-resources
matplotlib
numpy ~=1.21
pytorch >=1.12,<2.1
scikit-image
scipy
tifffile
tqdm
torchinfo
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ include_package_data = True
packages = find:
install_requires =
click
h5py
importlib-metadata; python_version < "3.8"
importlib-resources; python_version < "3.7"
matplotlib
numpy ~=1.21
torch >=1.12,<2.1
scikit-image
scipy
tifffile
tqdm
torchinfo

Expand Down

0 comments on commit bf79e6e

Please sign in to comment.