-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
50 lines (46 loc) · 967 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ipykernel = "*"
matplotlib = "*"
pandas = "*"
seaborn = "*"
celluloid = "*"
numpy = "*"
black = {extras = ["jupyter"], version = "*"}
names = "*"
mypy = "*"
jupyter-server = "*"
jupyterlite = "==0.1.0b5"
jupyterlab = "~=3.3.0"
bqplot = "*"
ipycanvas = ">=0.9.1"
ipyleaflet = "*"
ipympl = ">=0.8.2"
ipywidgets = ">=7.7,<8"
jupyterlab-drawio = "*"
jupyterlab-fasta = ">=3,<4"
jupyterlab-geojson = ">=3,<4"
jupyterlab-tour = "*"
jupyterlab-miami-nights = "*"
jupyterlite-p5-kernel = "==0.1.0a12"
jupyterlite-xeus-lua = "==0.3.0"
jupyterlite-xeus-wren = "==0.2.0"
jupyterlite-xeus-sqlite = "==0.2.0"
plotly = "<6,>=5"
theme-darcula = "*"
PuLP = "*"
jupyterlab-language-pack-fr-FR = "*"
jupyterlab-language-pack-zh-CN = "*"
openpyxl = "*"
requests-html = "*"
xlrd = "*"
sqlalchemy = "*"
[dev-packages]
black = "*"
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = true