Skip to content

Commit

Permalink
trying to get readthedocs to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbase committed May 29, 2020
1 parent 95015d3 commit 8278a0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
xlwings >= 0.15.8
numpy >= 1.14.5
pandas >= 0.25.0
xlfunctions <= 0.0.3b0
xlcalculator <= 0.0.5b0
xlfunctions == 0.0.3b0
xlcalculator == 0.0.5b0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="flyingkoala",
version="0.0.10b2",
version="0.0.10b3",
author="Bradley van Ree",
author_email="flyingkoala@bradbase.net",
description="Integration of xlwings and xlcalculator with MS Excel plug-in",
Expand Down Expand Up @@ -66,7 +66,7 @@
'xlwings >= 0.15.8',
'numpy >= 1.15.0',
'pandas >= 0.25.0',
'xlfunctions <= 0.0.3b0',
'xlcalculator <= 0.0.5b0',
'xlfunctions == 0.0.3b0',
'xlcalculator == 0.0.5b0',
]
)

0 comments on commit 8278a0a

Please sign in to comment.