File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ # Version 1.3.4
2+
3+ ## Bug-Fixes
4+ - Fix dependency issues
5+
16# Version 1.3.3
27
38## Bug-Fixes
Original file line number Diff line number Diff line change 22# are usually completed in github actions.
33
44SHELL := /bin/bash
5- VERSION := 1.3.3
5+ VERSION := 1.3.4
66
77NAME := DeepCAVE
88PACKAGE_NAME := deepcave
@@ -43,6 +43,7 @@ PRECOMMIT ?= pre-commit
4343FLAKE8 ?= flake8
4444
4545install :
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
Original file line number Diff line number Diff line change 4444 "Source Code" : "https://github.com/automl/deepcave" ,
4545}
4646copyright = 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" ]
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ dash-extensions==0.0.71
2525dash-bootstrap-components == 1.0.3
2626redis >= 4.1.4
2727rq == 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
3031werkzeug == 2.0.3
You can’t perform that action at this time.
0 commit comments