Skip to content

Commit

Permalink
use python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Apr 23, 2024
1 parent 61ba13d commit c26cc56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .conda_mac/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source:

requirements:
host:
- conda-forge::python ~=3.9
- conda-forge::python =3.9
- anaconda::numpy >=1.19.5,<1.23.0
- conda-forge::setuptools
- conda-forge::packaging
Expand Down Expand Up @@ -59,7 +59,7 @@ requirements:
- conda-forge::ndx-pose

run:
- conda-forge::python ~=3.9
- conda-forge::python =3.9
- conda-forge::attrs >=21.2.0
- conda-forge::cattrs ==1.1.1
- conda-forge::h5py
Expand Down

0 comments on commit c26cc56

Please sign in to comment.