Skip to content
Snippets Groups Projects
Commit 8f4452e8 authored by florian's avatar florian
Browse files

REL: Enter correct versions in setup.py

parent 24ba826c
No related branches found
No related tags found
1 merge request!22Release 0.3
......@@ -46,7 +46,7 @@ from setuptools import find_packages, setup
########################################################################
MAJOR = 0
MINOR = 2
MINOR = 3
MICRO = 0
PRE = "" # e.g. rc0, alpha.1, 0.beta-23
ISRELEASED = False
......@@ -154,7 +154,7 @@ def setup_package():
long_description_content_type="text/markdown",
author='Henrik tom Wörden',
author_email='h.tomwoerden@indiscale.com',
install_requires=["caosdb>=0.4.0",
install_requires=["caosdb>=0.6.0",
"openpyxl>=3.0.0",
"pandas>=1.2.0",
"numpy>=1.17.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment