-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
58 lines (55 loc) · 1.21 KB
/
Pipfile
File metadata and controls
58 lines (55 loc) · 1.21 KB
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alabaster = "==0.7.16"
babel = "==2.16.0"
certifi = "==2024.8.30"
charset-normalizer = "==3.4.0"
cmocean = "==4.0.3"
contourpy = "==1.3.0"
cycler = "==0.12.1"
distlib = "==0.3.9"
docutils = "==0.20.1"
filelock = "==3.16.1"
fonttools = "==4.53.1"
idna = "==3.10"
imagesize = "==1.4.1"
iniconfig = "==2.0.0"
Jinja2 = "==3.1.4"
kiwisolver = "==1.4.7"
MarkupSafe = "==3.0.2"
matplotlib = "==3.9.2"
numpy = "==2.1.1"
packaging = "==24.1"
pandas = "==2.2.2"
pillow = "==10.4.0"
pipenv = "==2024.1.0"
platformdirs = "==4.3.6"
pluggy = "==1.5.0"
Pygments = "==2.18.0"
pyparsing = "==3.1.4"
pytest = "==8.3.3"
python-dateutil = "==2.9.0.post0"
pytz = "==2024.2"
requests = "==2.32.3"
scipy = "==1.14.1"
setuptools = "==72.1.0"
six = "==1.16.0"
snowballstemmer = "==2.2.0"
Sphinx = "==7.2.6"
sphinxcontrib-applehelp = "==2.0.0"
sphinxcontrib-devhelp = "==2.0.0"
sphinxcontrib-htmlhelp = "==2.1.0"
sphinxcontrib-jsmath = "==1.0.1"
sphinxcontrib-qthelp = "==2.0.0"
sphinxcontrib-serializinghtml = "==2.0.0"
tzdata = "==2024.1"
urllib3 = "==2.2.3"
virtualenv = "==20.27.0"
wheel = "==0.44.0"
xarray = "==2024.9.0"
[dev-packages]
[requires]
python_version = "3.12.3"