We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd6695 commit 24aedc6Copy full SHA for 24aedc6
.travis.yml
@@ -1,7 +1,5 @@
1
language: python
2
python:
3
- - "3.5"
4
- - "3.5-dev" # 3.5 development branch
5
- "3.6"
6
- "3.6-dev" # 3.6 development branch
7
branches:
pyproject.toml
@@ -20,10 +20,6 @@ colour-science = "^0.3.13"
20
pandas = "^0.25.0"
21
22
[tool.poetry.dev-dependencies]
23
-python = "^3.6"
24
-Pillow = "^6.1"
25
-colour-science = "^0.3.13"
26
-pandas = "^0.25.0"
27
28
[build-system]
29
requires = ["poetry>=0.12"]
0 commit comments