We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To allow for developer contributions, a stand alone environment should be set up using a combination of environment.yml and requirements.txt such as:
environment.yml
requirements.txt
# This file may be used to create an environment using: # $ conda env create --name <env> --file <this file> # platform: linux-64 name: astroxyz channels: - conda-forge dependencies: - python=3.7 - pip: - -r file:requirements.txt
The text was updated successfully, but these errors were encountered:
tallamjr
No branches or pull requests
To allow for developer contributions, a stand alone environment should be set up using a combination of
environment.yml
andrequirements.txt
such as:The text was updated successfully, but these errors were encountered: