-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathpixi.toml
125 lines (114 loc) · 2.09 KB
/
pixi.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[project]
name = "MSS"
channels = ["conda-forge"]
platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"]
[tasks]
[pypi-dependencies]
open-mss = { path = ".", editable = true }
[dependencies]
basemap = ">=1.3.3"
cftime = ">=1.0.1"
chameleon = "*"
defusedxml = "*"
email_validator = "*"
execnet = "*"
fastkml = ">=0.11"
flask = ">=2.3.2"
flask-cors = "*"
flask-httpauth = "*"
flask-login = "*"
flask-mail = "*"
flask-migrate = "*"
flask-socketio = ">=5.1.0"
flask-sqlalchemy = ">=3.0.0"
flask-wtf = "*"
fs_filepicker = "*"
git = "*"
gitpython = "*"
gpxpy = ">=1.4.2"
hdf4 = "*"
isodate = "*"
itsdangerous = "*"
keyring = "*"
libtiff = "*"
lxml = "*"
markdown = "*"
matplotlib = ">=3.5.3"
metpy = "*"
multidict = "*"
netcdf4 = "*"
numpy = ">=2"
owslib = ">=0.24"
passlib = "*"
pillow = "*"
pint = "*"
psycopg2 = "*"
pycountry = "*"
pygeoif = "<1.0.0"
pyjwt = "*"
pymysql = ">=0.9.3"
pyqt = ">=5.15.0"
pysaml2 = "*"
python = "<3.12"
python-engineio = ">=4"
python-slugify = "*"
python-socketio = ">=5"
qt = ">=5.15.0"
requests = ">=2.31.0"
scipy = "*"
shapely = ">=2.0.0"
skyfield = ">=1.12"
skyfield-data = ">=6"
tk = "*"
unicodecsv = "*"
validate_email = "*"
websocket-client = "*"
werkzeug = ">=2.2.3, <3.0.0"
xstatic = "*"
xstatic-bootstrap = "*"
xstatic-jquery = "*"
[target.linux-64.dependencies]
dbus-python = "*"
libxmlsec1 = "*"
[target.osx-64.dependencies]
dbus-python = "*"
libxmlsec1 = "*"
[target.osx-arm64.dependencies]
dbus-python = "*"
libxmlsec1 = "*"
[feature.addons.dependencies]
geographiclib = "*"
geomag = "*"
geopy = "*"
[feature.dev.dependencies]
codespell = "*"
coveralls = "*"
dnspython = ">=2.0.0, <2.3.0"
eventlet = ">0.30.2"
flake8 = "*"
flake8-builtins = "*"
gitpython = "*"
gsl = "==2.7.0"
mock = "*"
py = "*"
pynco = "*"
pytest = "*"
pytest-cov = "*"
pytest-qt = "*"
pytest-randomly = "*"
pytest-xdist = "*"
sphinx = "*"
sphinx_rtd_theme = "*"
sphinxcontrib-video = "*"
[feature.tutorials]
platforms = ["linux-64"]
[feature.tutorials.dependencies]
mouseinfo = "*"
opencv = "*"
pyautogui = "*"
pyscreeze = "*"
python-mss = "*"
[environments]
addons = ["addons"]
dev = ["dev"]
tutorials = ["tutorials"]