Skip to content
Snippets Groups Projects
Commit 135faa6f authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: openpyxl version

parent 93c8a448
No related branches found
No related tags found
2 merge requests!59FIX: if multiple updates for one entity exist, the retrieve would result in an...,!58FIX: if multiple updates for one entity exist, the retrieve would result in an...
......@@ -11,7 +11,7 @@ git clone 'https://gitlab.com/caosdb/caosdb-advanced-user-tools'
Dependencies will be installed automatically if you use the below described
procedure.
- `caosdb>=0.6.0`
- `openpyxl>=3.0.0`
- `openpyxl>=3.0.7`
- `xlrd>=1.2.0`
- `pandas>=1.2.0`
- `numpy>=1.17.3`
......
......@@ -8,7 +8,7 @@ deps=nose
pytest
pytest-cov
gitignore-parser
openpyxl
openpyxl >= 3.0.7
xlrd == 1.2
h5py
commands=py.test --cov=caosadvancedtools -vv {posargs}
......
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