Skip to content

Commit d02419e

Browse files
authored
Require python 3.6 and CI maintenance (#3160)
* Update setup.py to require Python>=3.6 * Add an f-string (compatible with python>=3.6) for good measure * Remove tox * Rename plot_ly in chart_studio in ci tests * Move tests with pandas/numpy dependencies to test_optional, remove these from core requirements * Move dependency check tests to optional * Don't open browser window in matplotlylib test * Add Python 3.8 and 3.9 tests
1 parent 03ff942 commit d02419e

File tree

2 files changed

+12
-86
lines changed

2 files changed

+12
-86
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
decorator==4.0.9
2+
nose==1.3.7
3+
requests==2.12.4
4+
six==1.10.0
5+
pytz==2016.10
6+
retrying==1.3.3
7+
pytest==3.5.1
8+
pandas==0.23.2
9+
numpy==1.14.3
10+
ipywidgets==7.2.0
11+
matplotlib==2.2.3
12+
--editable=./plotly

tox.ini

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)