-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
75 lines (71 loc) · 1.3 KB
/
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
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
# pipenv install
# pipenv shell to use
#
# To use in code set virtual env interpretter in code E.g.:
# http://bit.ly/2HLfkMc
# C:\> pipenv --venv
# vs_code_command_pallette> Select WorkSpace Interpreter
#
# Super slow, speed up with pipenv install --skip-lock
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
# Can turn this into requirements.txt for binder via pip freeze then pruning
[packages]
arrow = "*"
altair = "*"
ipython = "*"
jupyter = "*"
jupyterlab = "*"
matplotlib = "*"
matplotlib-venn = "*"
pandas_datareader = "*"
nbdime = "*"
# numpy = "*"
pandas = "*"
pdfrw = "*" # pdf editor
seaborn = "*"
sklearn = "*"
mypy = "*"
nltk = "*"
wordcloud = "*"
spacy = "*"
jupytext = "*"
# Busted on py 3.9
##################
# swifter = "*"
# numba = "*"
# pandas-profiling = "*"
humanize = "*"
lime = "*"
sympy = "*"
bs4 = "*"
jupyterlab-vim = "*"
dask = "*"
fsspec = "*"
numpy = "*"
opencv-python = "*"
pillow = "*"
icecream = "*"
imutils = "*"
tensorflow ="*"
imgaug="*"
pixellib="*"
torch="*"
torchvision = "*"
[dev-packages]
# For VS Code editor
# - linter: prospector
# - refactoring: rope
# - autoformat: yapf
##############################
# prospector = "*"
rope = "*"
yapf = "*"
pylint = "*"
black = "*"
pylama = "*"
mypy = "*"
[pipenv]
allow_prereleases = true