Skip to content

Commit

Permalink
Try python 3.9 and use mostly pip in environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harripd committed Jun 4, 2024
1 parent 7353021 commit c0c326e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ channels:
- default

dependencies:
- python=3.8
- python=3.9
- pip
- setuptools
- cython
- numpy
- matplotlib
- cython
- pytables
- lmfit
- mock
- pandas
- phconvert
- sphinx
- seaborn
- pip:
- seaborn
- mock
- lmfit
- lmfit
- phconvert
- sphinx
- sphinx_bootstrap_theme

0 comments on commit c0c326e

Please sign in to comment.