Skip to content

Commit

Permalink
Lift upper limit of supported pandas versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nfahlgren committed Aug 25, 2023
1 parent 6bde0a7 commit 5fe40c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.10
- matplotlib>=1.5
- numpy>=1.11
- pandas<2
- pandas
- python-dateutil
- scipy
- scikit-image>=0.19
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
matplotlib>=1.5
numpy>=1.11
pandas<2
pandas
python-dateutil
scipy
scikit-image>=0.19
Expand Down

0 comments on commit 5fe40c7

Please sign in to comment.