Skip to content
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

Pyoncat conda #108

Merged
merged 3 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ source:

build:
noarch: python
linux-64: python
number: {{ git_describe_number }}
string: py{{py}}
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv
Expand All @@ -34,6 +33,11 @@ requirements:

run:
- mantidworkbench
- pyoncat

test:
imports:
- shiver

about:
home: {{ url }}
Expand Down
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import sys
import versioningit

# import matplotlib
# matplotlib.use("Agg")

sys.path.insert(0, os.path.abspath("../../"))

Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: shiver
channels:
- conda-forge
- mantid/label/nightly
- oncat
dependencies:
- anaconda-client
- boa
Expand All @@ -17,8 +18,8 @@ dependencies:
- setuptools
- sphinx
- python-build
- pyoncat
- pip
- pip:
- https://oncat.ornl.gov/packages/pyoncat-1.6.1-py2.py3-none-any.whl
- sphinx-rtd-theme
- check-wheel-contents
Loading