-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
51 lines (48 loc) · 1.02 KB
/
pyproject.toml
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
51
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pyForMetrix"
version = "0.0.7"
authors = [
{ name="Lukas Winiwarter", email="[email protected]" },
]
description = ""
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"pip>=19.3",
"laxpy",
"laspy",
"numpy",
"scipy",
"pandas",
"tqdm",
"xarray",
"matplotlib",
"shapely",
"lmoments3",
"deprecated"
]
#dependencies = [
# "pip>=19.3",
# "laxpy>=0.2.2",
# "laspy>=2.1.2",
# "numpy>=1.23.1",
# "scipy>=1.9.0",
# "pandas>=1.4.3",
# "tqdm>=4.64.0",
# "xarray>=0.20.1",
# "matplotlib>=3.6.2",
# "shapely>=1.8.4"
#]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/lwiniwar/pyForMetrix"
"Bug Tracker" = "https://github.com/lwiniwar/pyForMetrix/issues"
[tool.hatch.metadata]
allow-direct-references = true