Skip to content

Commit

Permalink
ops: conda: no need to restrict python anymore; sort deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kerberizer committed Dec 4, 2023
1 parent fd51a7e commit 76a5931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python<=3.10
- mamba
- pip
- h5py
- jupyter
- lmfit
- mamba
- matplotlib
- numpy
- pandas
- pip
- pydantic==1.*
- python
- scipy
- uncertainties
- pip:
Expand Down

0 comments on commit 76a5931

Please sign in to comment.