-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
34 lines (30 loc) · 699 Bytes
/
setup.cfg
File metadata and controls
34 lines (30 loc) · 699 Bytes
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
[metadata]
name = geosprite-learning
version = 2.0
author = Jia Song
author_email = [email protected]
[options]
python_requires = ==3.10.*
install_requires =
rasterio ~= 1.3
geopandas ~= 0.12
pytorch-lightning == 2.0
torch == 2.0
torchvision ~= 0.15
timm ~= 0.6
jsonargparse[signatures] ~= 4.17
torchinfo ~= 1.7
fvcore ~= 0.1.5
torchmetrics ~= 0.11
einops == 0.7
wandb ~= 0.14
seaborn ~= 0.12
zip_safe = False
package_dir = =src
packages = find_namespace:
[options.entry_points]
console_scripts =
trainer = geosprite.learning.cli.trainer:main
bs_finder = geosprite.learning.cli.bs_finder:main
[options.packages.find]
where = src