forked from yosoyjay/ifcb-analysis
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
50 lines (44 loc) · 1.02 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
name = ifcb-features
version = 0.0.2
description = Package to extract features from IFCB data
url = https://github.com/yosoyjay/ifcb-analysis/tree/main
classifiers =
Programming Langugage :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Scientific/Engineering
license = MIT
license_file = LICENSE
[sdist]
formats = gztar, zip
[check-manifest]
ignore =
*.m
*.yaml
*.yml
src/matlab
[options]
install_requires =
cython >= 0.29
numpy >= 1.16
pandas
phasepack
scikit-image
scipy >= 1.4
# No package on pypi for pyifcb
# won't work on aarch64 because h5py won't build
pyifcb @ git+https://github.com/joefutrelle/pyifcb.git
# Needed for model
tensorflow >= 2.6.2
protobuf <= 3.20.1
pyfftw >= 0.13.0
package_dir =
= src/python
packages = find:
python_requires = >=3.9
[options.packages.find]
where = src/python
[options.entry_points]
console_scripts =
process-bins = ifcb_features.scripts.process_bins:cli