We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e219619 commit cb8b302Copy full SHA for cb8b302
requirements.txt
@@ -1,5 +1,5 @@
1
nose
2
sphinx
3
sphinx_rtd_theme
4
-pandas>=1.4.2
+pandas>=1.2.0
5
rdflib>=6.1.1
setup.py
@@ -11,14 +11,14 @@
11
12
setup(
13
name = 'rdfpandas',
14
- version = '1.1.4',
+ version = '1.1.5',
15
description = 'RDF support for Pandas',
16
long_description = readme,
17
author = 'Eugene Morozov',
18
author_email = 'emorozov@gmail.com',
19
url = 'https://github.com/cadmiumkitty/rdfpandas',
20
license = 'MIT',
21
packages = find_packages(exclude = ('tests', 'docs')),
22
- install_requires = ['pandas>=1.4.2', 'rdflib>=6.1.1']
+ install_requires = ['pandas>=1.2.0', 'rdflib>=6.1.1']
23
)
24
0 commit comments