Skip to content

Commit

Permalink
Merge pull request #577 from mbargull/address-conda-build-deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Mar 19, 2024
2 parents 82f989d + 51c0428 commit d3674ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conda_forge_webservices/update_me.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ def main():
"""
# keep these imports here to protect the webservice from memory errors
# due to conda
from conda_build.conda_interface import (
VersionOrder, MatchSpec, get_index, Resolve)
from conda.core.index import get_index
from conda.models.match_spec import MatchSpec
from conda.models.version import VersionOrder
from conda.resolve import Resolve

r = requests.get(
"https://conda-forge.herokuapp.com/conda-webservice-update/versions")
Expand Down

0 comments on commit d3674ea

Please sign in to comment.