Skip to content

Commit a69c714

Browse files
committed
updated dependencies for the hub
1 parent 5b63d90 commit a69c714

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

pyproject_py368.toml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,36 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "mwr_raw2l1"
7-
version = "0.1.3"
7+
version = "1.0.1"
88
description = "This project provides readers for the data files of the the most prominent types of operational ground-based K- and V-band microwave radiometers and a writer for NetCDF files according to E-PROFILE/ACTRIS standards."
9-
authors = [ "Rolf Rüfenacht <rruefenacht@users.noreply.github.com>",]
9+
authors = ["Rolf Rüfenacht <rruefenacht@users.noreply.github.com>","Eric Sauvageat <eric.sauvageat@meteoswiss.ch>"]
1010

1111
[tool.isort]
1212
line_length = 120
1313

1414
[tool.poetry.dependencies]
15-
python = "3.6.8"
16-
netCDF4 = "1.5.8"
17-
PyYAML = "6.0"
18-
numpy = "1.21"
19-
scipy = "0.16.2"
20-
xarray = "0.16.2"
21-
ephem = "4.1"
15+
python = ">3.6 <3.8"
16+
netCDF4 = "*"
17+
PyYAML = "*"
18+
numpy = "1.*"
19+
scipy = "*"
20+
xarray = "*"
21+
ephem = "*" # used for setting sun-in-beam flag in quality_flag
22+
colorlog = {version = "^6.6", optional = true}
23+
pandas = "*"
24+
setuptools = "*"
2225

2326
[tool.poetry.dev-dependencies]
24-
matplotlib = "3.3"
25-
flake8 = "1.21"
26-
isort = "5.10"
27-
Sphinx = "4.3.2"
28-
sphinx-rtd-theme = "1.0"
29-
sphinxcontrib-napoleon = "0.7"
30-
toml = "0.10.2"
27+
matplotlib = "3.*"
28+
flake8 = "*"
29+
isort = "*"
30+
Sphinx = "*"
31+
sphinx-rtd-theme = "*"
32+
sphinxcontrib-napoleon = "*"
33+
toml = "*"
3134

3235
[tool.poetry.scripts]
3336
mwr_raw2l1 = "mwr_raw2l1.__main__:main"
3437

3538
[tool.poetry.extras]
36-
colorlog = [ "colorlog",]
37-
38-
[tool.poetry.dependencies.colorlog]
39-
version = "6.6"
40-
optional = true
39+
colorlog = [ "colorlog",]

0 commit comments

Comments
 (0)