-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Adding TARTS package a new Astronomy package #30745
New issue
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
008e5aa
initial package push
PetchMa cda9951
update meta.yaml for lint issues
PetchMa b579a91
update with correct license
PetchMa 5cfb266
resolve build issues local
PetchMa f3ab860
attempted to address changes
PetchMa 432117c
bump version
PetchMa 6ebc6b2
copied the meta.yaml into wrong dir
PetchMa 10ed55e
again fixing dir mistakes
PetchMa ade246f
update meta file and conda_build_config
PetchMa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
channel_targets: | ||
- conda-forge tarts_dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{% set name = "tarts" %} | ||
{% set version = "0.0.0a7" %} # Update this to your current version | ||
{% set python_min = "3.10" %} | ||
|
||
package: | ||
name: {{ name|lower }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://github.com/PetchMa/TARTS/archive/refs/tags/v{{ version }}.tar.gz | ||
sha256: df58ad91d27415cacf7a4ffeeb5cd6e248cba7a8f210db890af3e88ef6a723dd | ||
|
||
build: | ||
noarch: python | ||
number: 0 | ||
script: "{{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation" | ||
|
||
requirements: | ||
host: | ||
- python {{ python_min }} | ||
- pip | ||
- setuptools | ||
run: | ||
- python >={{ python_min }} | ||
- numpy | ||
- scipy | ||
- matplotlib-base | ||
- pytorch | ||
- pytorch-lightning | ||
- pyyaml | ||
- torchvision | ||
- astropy-base | ||
- pandas | ||
- gitpython | ||
|
||
test: | ||
requires: | ||
- python {{ python_min }} | ||
- pip | ||
imports: | ||
- TARTS | ||
- TARTS.NeuralActiveOpticsSys | ||
commands: | ||
- pip check | ||
|
||
about: | ||
home: https://github.com/PetchMa/TARTS | ||
license: MIT | ||
license_file: LICENSE | ||
summary: "Neural Active Optics System for LSST telescope" | ||
|
||
extra: | ||
recipe-maintainers: | ||
- PetchMa |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.