-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (33 loc) · 878 Bytes
/
pyproject.toml
File metadata and controls
36 lines (33 loc) · 878 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
35
36
[tool.poetry]
name = "prx"
version = "0.0.1"
description = "Making raw GNSS data more accessible"
authors = ["Jan Bolting <janbolting@gmail.com>", "Paul Thevenon <paul.thevenon@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
pandas = "^2.2.0"
numpy = "^2.0"
joblib = "^1.3.2"
imohash = "^1.0.5"
georinex = { git = "https://github.com/geospace-code/georinex.git", rev = "95ef1d8e7150f998a1b5a429090cadb429128648" }
flake8 = "^7.0.0"
dotmap = "^1.3.30"
pytest = "^8.0.0"
gitpython = "^3.1.41"
scipy = "^1.12.0"
matplotlib = "^3.8.2"
pytest-xdist = "^3.5.0"
ruff = "^0.5.0"
snakeviz = "^2.2.0"
astropy = "^6.0.1"
setuptools = "^70.0.0"
viztracer = "^0.16.3"
plotly = "^5.22.0"
line-profiler = "^4.1.3"
requests = "^2.32.3"
numba = "^0.60.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"