Skip to content

Commit

Permalink
Fix name of importlib_resources package
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Jun 11, 2023
1 parent b9801ea commit a000046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- pip
- packaging
- setuptools_scm
- importlib-resources >=1.3 # [py <= 38]
- importlib_resources >=1.3 # [py <= 38]
- cython >=0.29.16,<3.0
- numpy
- scikit-learn >=1.2.0,<1.3
Expand All @@ -36,7 +36,7 @@ requirements:
- ecos
- numexpr
- {{ pin_compatible('numpy') }}
- importlib-resources >=1.3 # [py <= 38]
- importlib_resources >=1.3 # [py <= 38]
- joblib
- osqp !=0.6.0,!=0.6.1
- pandas >=1.0.5
Expand Down

0 comments on commit a000046

Please sign in to comment.