Skip to content

Commit

Permalink
Merge pull request #23 from lukapecnik/compatibility_testing
Browse files Browse the repository at this point in the history
0.1.3a1 pre-release python 3.7 compatibility
  • Loading branch information
lukapecnik authored Dec 1, 2020
2 parents cfed9c4 + 2683081 commit 5dcd37b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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 niaaml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
]

__project__ = 'niaaml'
__version__ = '0.1.2'
__version__ = '0.1.3a1'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "NiaAML"
version = "0.1.2"
version = "0.1.3a1"
description = "Python automated machine learning framework."
license = "MIT"
authors = ["Luka Pečnik <[email protected]>", "Iztok Fister Jr. <[email protected]>"]
Expand All @@ -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 5dcd37b

Please sign in to comment.