forked from asfadmin/AI-Event-Monitoring
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (25 loc) · 699 Bytes
/
Copy pathpyproject.toml
File metadata and controls
31 lines (25 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
[tool.poetry]
name = "AI-Event-Monitoring"
version = "0.0.1"
description = "A deep learning model that can recognize and mask significant deformation events in InSAR interferograms."
authors = ["Your Name <you@example.com>"]
license = "n"
[tool.poetry.dependencies]
python = "3.8.5"
tensorflow = "2.5.0"
astropy = "^4.2"
numpy = "^1.18.0"
click = "^7.1.2"
matplotlib = "^3.3.3"
hyp3-sdk = "^0.5.0"
[tool.poetry.dev-dependencies]
pytest = "^6.2.1"
pytest-cov = "^2.11.1"
pytest-sugar = "^0.9.4"
pytest-datadir = "^1.3.1"
notebook = "^6.2.0"
ipywidgets = "^7.6.3"
jupyter-contrib-nbextensions = "^0.5.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"