Skip to content

Commit

Permalink
Fix Python 3.6 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lukapecnik committed Jun 1, 2021
1 parent f2606e6 commit 6ce1a03
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 50 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ requirements:
- python >=3.6.2
- numpy >=1.19.1
- scikit-learn >=0.23.2
- niapy >=2.0.0rc11
- niapy >=2.0.0rc16
- pandas >=1.1.4

run:
- python >=3.6.2
- numpy >=1.19.1
- scikit-learn >=0.23.2
- niapy >=2.0.0rc11
- niapy >=2.0.0rc16
- pandas >=1.1.4

test:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = "Luka Pečnik"

# The full version, including alpha/beta/rc tags
release = "1.1.4"
release = "1.1.5"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion niaaml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
]

__project__ = "niaaml"
__version__ = "1.1.4"
__version__ = "1.1.5"
90 changes: 46 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "1.1.4"
version = "1.1.5"
description = "Python automated machine learning framework."
license = "MIT"
authors = ["Luka Pečnik <lukapecnik96@gmail.com>", "Iztok Fister Jr. <iztok.fister1@um.si>"]
Expand All @@ -17,7 +17,7 @@ include = [
python = "^3.6.2"
numpy = "^1.19.1"
scikit-learn = "^0.23.2"
niapy = "^2.0.0rc15"
niapy = "^2.0.0rc16"
pandas = "^1.1.4"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 6ce1a03

Please sign in to comment.