Skip to content

Commit 59be180

Browse files
authored
Merge pull request #124 from scaleapi/mark/allow-for-newer-package-versions
Allow for newer Python package versions
2 parents a43e1f7 + 5a5c866 commit 59be180

File tree

2 files changed

+59
-59
lines changed

2 files changed

+59
-59
lines changed

Diff for: python/requirements.txt

+58-58
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
1-
appnope==0.1.0
2-
attrs==19.3.0
3-
backcall==0.1.0
4-
bleach==3.1.4
5-
certifi==2019.11.28
6-
chardet==3.0.4
7-
decorator==4.4.2
8-
defusedxml==0.6.0
9-
entrypoints==0.3
10-
gmplot==1.2.0
11-
idna==2.9
12-
importlib-metadata==1.5.2
13-
ipykernel==5.2.0
14-
ipython==7.13.0
15-
ipython-genutils==0.2.0
16-
ipywidgets==7.5.1
17-
jedi==0.16.0
18-
Jinja2==2.11.1
19-
jsonschema==3.2.0
20-
jupyter==1.0.0
21-
jupyter-client==6.1.2
22-
jupyter-console==6.1.0
23-
jupyter-core==4.6.3
24-
MarkupSafe==1.1.1
25-
mistune==0.8.4
26-
nbconvert==5.6.1
27-
nbformat==5.0.4
28-
notebook==6.0.3
29-
numpy==1.18.2
30-
pandas==1.0.3
31-
pandocfilters==1.4.2
32-
parso==0.6.2
33-
pexpect==4.8.0
34-
pickleshare==0.7.5
35-
Pillow==7.0.0
36-
prometheus-client==0.7.1
37-
prompt-toolkit==3.0.5
38-
ptyprocess==0.6.0
39-
Pygments==2.6.1
40-
pyrsistent==0.16.0
41-
python-dateutil==2.8.1
42-
pytz==2019.3
43-
pyzmq==19.0.0
44-
qtconsole==4.7.2
45-
QtPy==1.9.0
46-
requests==2.23.0
47-
Send2Trash==1.5.0
48-
six==1.14.0
49-
terminado==0.8.3
50-
testpath==0.4.4
51-
tornado==6.0.4
52-
traitlets==4.3.3
53-
urllib3==1.25.8
54-
wcwidth==0.1.9
55-
webencodings==0.5.1
56-
widgetsnbextension==3.5.1
57-
zipp==3.1.0
58-
transforms3d==0.3.1
1+
appnope>=0.1.0
2+
attrs>=19.3.0
3+
backcall>=0.1.0
4+
bleach>=3.1.4
5+
certifi>=2019.11.28
6+
chardet>=3.0.4
7+
decorator>=4.4.2
8+
defusedxml>=0.6.0
9+
entrypoints>=0.3
10+
gmplot>=1.2.0
11+
idna>=2.9
12+
importlib-metadata>=1.5.2
13+
ipykernel>=5.2.0
14+
ipython>=7.13.0
15+
ipython-genutils>=0.2.0
16+
ipywidgets>=7.5.1
17+
jedi>=0.16.0
18+
Jinja2>=2.11.1
19+
jsonschema>=3.2.0
20+
jupyter>=1.0.0
21+
jupyter-client>=6.1.2
22+
jupyter-console>=6.1.0
23+
jupyter-core>=4.6.3
24+
MarkupSafe>=1.1.1
25+
mistune>=0.8.4
26+
nbconvert>=5.6.1
27+
nbformat>=5.0.4
28+
notebook>=6.0.3
29+
numpy>=1.18.2
30+
pandas>=1.0.3
31+
pandocfilters>=1.4.2
32+
parso>=0.6.2
33+
pexpect>=4.8.0
34+
pickleshare>=0.7.5
35+
Pillow>=7.0.0
36+
prometheus-client>=0.7.1
37+
prompt-toolkit>=3.0.5
38+
ptyprocess>=0.6.0
39+
Pygments>=2.6.1
40+
pyrsistent>=0.16.0
41+
python-dateutil>=2.8.1
42+
pytz>=2019.3
43+
pyzmq>=19.0.0
44+
qtconsole>=4.7.2
45+
QtPy>=1.9.0
46+
requests>=2.23.0
47+
Send2Trash>=1.5.0
48+
six>=1.14.0
49+
terminado>=0.8.3
50+
testpath>=0.4.4
51+
tornado>=6.0.4
52+
traitlets>=4.3.3
53+
urllib3>=1.25.8
54+
wcwidth>=0.1.9
55+
webencodings>=0.5.1
56+
widgetsnbextension>=3.5.1
57+
zipp>=3.1.0
58+
transforms3d>=0.3.1

Diff for: python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='pandaset',
8-
version='0.2dev',
8+
version='0.3dev',
99
author='Nisse Knudsen, Pengchuan Xiao',
1010
1111
packages=['pandaset'],

0 commit comments

Comments
 (0)