Skip to content

Commit cdc4d50

Browse files
Marco GorelliMarcoGorelli
authored andcommitted
📌 set tabulate dependency at 0.8.0, not 0.8
1 parent 46f0634 commit cdc4d50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/deps/travis-38.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ dependencies:
1717
- nomkl
1818
- pytz
1919
- pip
20-
- tabulate==0.8
20+
- tabulate==0.8.0

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ dependencies:
9191
- xlwt # pandas.read_excel, DataFrame.to_excel, pandas.ExcelWriter, pandas.ExcelFile
9292
- odfpy # pandas.read_excel
9393
- pyreadstat # pandas.read_spss
94-
- tabulate>=0.8 # DataFrame.to_markdown
94+
- tabulate>=0.8.0 # DataFrame.to_markdown
9595
- pip:
9696
- git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ xlsxwriter
6464
xlwt
6565
odfpy
6666
pyreadstat
67-
tabulate>=0.8
67+
tabulate>=0.8.0
6868
git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master

0 commit comments

Comments
 (0)