Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 09f8fe4

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.