Skip to content

Commit e122de0

Browse files
authored
Merge pull request #212 from automl/development
Publish 1.3.4
2 parents ee78010 + 8e74e23 commit e122de0

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.3.4
2+
3+
## Bug-Fixes
4+
- Fix dependency issues
5+
16
# Version 1.3.3
27

38
## Bug-Fixes

Makefile

Lines changed: 2 additions & 1 deletion
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.3.3
5+
VERSION := 1.3.4
66

77
NAME := DeepCAVE
88
PACKAGE_NAME := deepcave
@@ -43,6 +43,7 @@ PRECOMMIT ?= pre-commit
4343
FLAKE8 ?= flake8
4444

4545
install:
46+
conda install -y numpy=2.0.1
4647
$(PIP) install -e .
4748

4849
# Fix numpy as version 2.1.0 will drop support for Python 3.9

deepcave/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"Source Code": "https://github.com/automl/deepcave",
4545
}
4646
copyright = f"Copyright {datetime.date.today().strftime('%Y')}, {author}"
47-
version = "1.3.3"
47+
version = "1.3.4"
4848

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

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dash-extensions==0.0.71
2525
dash-bootstrap-components==1.0.3
2626
redis>=4.1.4
2727
rq==1.10.1
28+
plotly==5.24.1
2829
# Pinned due to https://github.com/plotly/dash/issues/1992
2930
# Pinning might be removed for dash>2.3.0
3031
werkzeug==2.0.3

0 commit comments

Comments
 (0)