Skip to content

Commit

Permalink
Lossen version of pandas and matplotlib for compatability with 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Dec 19, 2023
1 parent 9026383 commit d0dcd73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ requirements:
- pip
- setuptools
- blinker ==1.5
- matplotlib ==3.6.0
- matplotlib >=3.6.0
- numpy ==1.23.4
- pandas ==1.5.0
- pandas >=1.5.0,<2.0.0
- peewee >=3.14.4
- pyqt ==5.15.10
- typesystem ==0.2.2
Expand All @@ -29,9 +29,9 @@ requirements:
- pip
- setuptools
- blinker ==1.5
- matplotlib ==3.6.0
- matplotlib >=3.6.0
- numpy ==1.23.4
- pandas ==1.5.0
- pandas >=1.5.0,<2.0.0
- peewee >=3.14.4
- pyqt ==5.15.10
- typesystem ==0.2.2
Expand Down

0 comments on commit d0dcd73

Please sign in to comment.