Skip to content

Commit 09f8fe4

Browse files
committed
Remove specific versions from setup.py for now
1 parent a1c0538 commit 09f8fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(fname, lines=False):
2020
),
2121
url="http://github.com/cid-harvard/pandas-to-postgres",
2222
packages=find_packages(),
23-
install_requires=["SQLAlchemy>=1.2.8,<2", "pandas==0.22.0", "psycopg2==2.7.5"],
23+
install_requires=["SQLAlchemy", "pandas", "psycopg2"],
2424
long_description=read("README.md"),
2525
classifiers=[
2626
"Topic :: Database",

0 commit comments

Comments
 (0)