Skip to content

Commit

Permalink
Merge pull request #279 from sdv-dev/issue-266-update-pandas-dep-range
Browse files Browse the repository at this point in the history
Update pandas dependency range to include latest version
  • Loading branch information
katxiao authored Nov 2, 2021
2 parents c27a0c9 + bafc6f8 commit 5e96841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ requirements:
- pytest-runner
- matplotlib >=3.2.0,<4
- numpy >=1.18.0,<2
- pandas >=1.1,<1.1.5
- pandas >=1.1,<2
- scipy >=1.4.1,<2
run:
- python >=3.6,<3.9
- matplotlib >=3.2.0,<4
- numpy >=1.18.0,<2
- pandas >=1.1,<1.1.5
- pandas >=1.1,<2
- scipy >=1.4.1,<2

about:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
install_requires = [
'matplotlib>=3.2.0,<4',
'numpy>=1.18.0,<2',
'pandas>=1.1,<1.1.5',
'pandas>=1.1,<2',
'scipy>=1.4.1,<2',
]

Expand Down

0 comments on commit 5e96841

Please sign in to comment.