Skip to content

Commit

Permalink
update pytests python versions, conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Mar 7, 2024
1 parent a620cfe commit b4e49be
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: star_chart
channels:
- conda-forge
dependencies:
- python>=3.9,<3.13 # minimum support 3.9, maximum support 3.12
- numpy
- pandas
- pytest
- pip
- pip:
- matplotlib # avoid warning "QApplication: invalid style override passed, ignoring it."

0 comments on commit b4e49be

Please sign in to comment.