Skip to content

Commit

Permalink
Go back to old recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk committed Nov 2, 2019
1 parent f3a10cb commit 964b207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ build:

requirements:
build:
- python >={{ environ.get('PYTHON_VERSION') }}
- python {{ environ.get('PYTHON_VERSION') }}
- setuptools
run:
- python >={{ environ.get('PYTHON_VERSION') }}
- python {{ environ.get('PYTHON_VERSION') }}
- oce 0.18.*
- pythonocc-core 0.18.2*
- pyparsing 2.*
Expand Down

0 comments on commit 964b207

Please sign in to comment.