Skip to content

Commit 5fe40c7

Browse files
committed
Lift upper limit of supported pandas versions
1 parent 6bde0a7 commit 5fe40c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- python=3.10
66
- matplotlib>=1.5
77
- numpy>=1.11
8-
- pandas<2
8+
- pandas
99
- python-dateutil
1010
- scipy
1111
- scikit-image>=0.19

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
matplotlib>=1.5
22
numpy>=1.11
3-
pandas<2
3+
pandas
44
python-dateutil
55
scipy
66
scikit-image>=0.19

0 commit comments

Comments
 (0)