Skip to content

Commit

Permalink
downgrade pandas (issue with is_monotonic)
Browse files Browse the repository at this point in the history
  • Loading branch information
dioph committed Aug 22, 2024
1 parent ac4afe2 commit cf05ef7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 40 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ bottleneck = "*"
celerite2 = "*"
emcee = ">= 3.0"
george = "*"
pandas = ">= 1.2, < 1.5"
pywavelets = ">= 0.5"
pymc_ext = "*"
scipy = ">= 1.1"
Expand Down
64 changes: 24 additions & 40 deletions Pipfile.lock

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

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"celerite2",
"emcee >= 3.0",
"george",
"pandas >= 1.2, < 1.5"
"PyWavelets >= 0.5",
"pymc_ext",
"scipy >= 1.1",
Expand Down

0 comments on commit cf05ef7

Please sign in to comment.