Skip to content

Commit

Permalink
Add back Python 3.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bkpoon committed Jul 31, 2024
1 parent 28a0a9b commit c0125e5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ outputs:
- {{ cdt('mesa-libgl-devel') }} # [linux]
- {{ cdt('mesa-dri-drivers') }} # [linux]
host:
- libboost-python-devel
- libboost-devel
- boost =1.78 # [py<38]
- boost-cpp =1.78 # [py<38]
- libboost-python-devel # [py>37]
- libboost-devel # [py>37]
- eigen
- future
- libglu # [linux]
Expand All @@ -51,7 +53,13 @@ outputs:
- setuptools
- six
- xorg-libxfixes # [linux]
- libxcrypt # [linux and py==37]
- setuptools =69.0 # [py==37]
- wheel =0.42 # [py==37]
run:
- boost =1.78 # [py<38]
- boost-cpp =1.78 # [py<38]
- {{ pin_compatible('numpy') }} # [py<38]
- biopython
- future
- {{ pin_compatible('libglu') }} # [linux]
Expand Down

0 comments on commit c0125e5

Please sign in to comment.