Skip to content

Commit 1851126

Browse files
authored
Merge pull request #66 from automl/development
Development
2 parents 6986515 + 1debf77 commit 1851126

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.1.2
2+
3+
## Bug-Fixes
4+
- Fix configspace version.
5+
16
# Version 1.1.1
27

38
## Bug-Fixes

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# are usually completed in github actions.
33

44
SHELL := /bin/bash
5-
VERSION := 1.1.1
5+
VERSION := 1.1.2
66

77
NAME := DeepCAVE
88
PACKAGE_NAME := deepcave

deepcave/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Source Code": "https://github.com/automl/deepcave",
1818
}
1919
copyright = f"Copyright {datetime.date.today().strftime('%Y')}, {author}"
20-
version = "1.1.1"
20+
version = "1.1.2"
2121

2222
_exec_file = sys.argv[0]
2323
_exec_files = ["server.py", "worker.py", "sphinx-build"]

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ matplotlib>=3.5.1
88
pyyaml
99

1010
# AutoML packages
11-
ConfigSpace>=0.6.1
11+
ConfigSpace==0.6.1
1212
pyrfr>=0.9.0
1313
hpbandster==0.7.4
1414

0 commit comments

Comments
 (0)