Skip to content

Commit

Permalink
Merge pull request #285 from seattleflu/seidelma/bugfix/python-3.9
Browse files Browse the repository at this point in the history
Revert bad package updates
  • Loading branch information
seidelma committed Feb 9, 2022
2 parents 36d1cf4 + 2625ce4 commit 8c93b2c
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
160 changes: 80 additions & 80 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
extras_require = {
"dev": [
"mypy",
"pytest",
"pytest >=6.2.5,!=7.0.0",
"sqlparse",
"types-requests",
"types-python-dateutil",
],
"locations": [
"pandas >=1.0.1,<2",
"pandas ~=1.1.5",
"snakemake",
],
},
Expand Down

0 comments on commit 8c93b2c

Please sign in to comment.