Skip to content

Commit cb8b302

Browse files
committed
Downgrades to 1.4.0 of pandas to fix readthedocs issue.
1 parent e219619 commit cb8b302

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
nose
22
sphinx
33
sphinx_rtd_theme
4-
pandas>=1.4.2
4+
pandas>=1.2.0
55
rdflib>=6.1.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
setup(
1313
name = 'rdfpandas',
14-
version = '1.1.4',
14+
version = '1.1.5',
1515
description = 'RDF support for Pandas',
1616
long_description = readme,
1717
author = 'Eugene Morozov',
1818
author_email = 'emorozov@gmail.com',
1919
url = 'https://github.com/cadmiumkitty/rdfpandas',
2020
license = 'MIT',
2121
packages = find_packages(exclude = ('tests', 'docs')),
22-
install_requires = ['pandas>=1.4.2', 'rdflib>=6.1.1']
22+
install_requires = ['pandas>=1.2.0', 'rdflib>=6.1.1']
2323
)
2424

0 commit comments

Comments
 (0)