Skip to content

Commit

Permalink
try python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lukapecnik committed Dec 1, 2020
1 parent cfed9c4 commit b45cc29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
python:
- 3.7
- 3.8
before_install:
- pip install poetry
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The NiaAML framework allows you not only to run full pipeline optimization, but

* **Free software:** MIT license
* **Documentation:** https://niaaml.readthedocs.io/en/latest/
* **Python versions:** 3.8.x
* **Python versions:** 3.7.x, 3.8.x

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
numpy = "^1.19.1"
scikit-learn = "^0.23.2"
NiaPy = "^2.0.0rc11"
Expand Down

0 comments on commit b45cc29

Please sign in to comment.