Skip to content

Commit 8765d8a

Browse files
committed
Preparing 2023.1 Release
1 parent cb34a5c commit 8765d8a

File tree

8 files changed

+452
-381
lines changed

8 files changed

+452
-381
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ __pycache__
77
/shiny
88
/ots
99
repo*
10+
.DS_Store
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- python=3.10
5+
- libblas=*=*mkl # on conda-forge, libblas uses open_blas by default
6+
- conda-forge::libarchive # libarchive from defaults is not good for mamba
7+
- mamba
8+
- setuptools_scm
9+
- gitpython
10+
- conda-build
11+
- jinja2
12+
- pyyaml
13+
- numpy
14+
- packaging
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- django==3.1.7
5+
- astropy::regions
6+
- sherpa::sherpa # [not win]

pkg_defs/ska3-core-latest/meta.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: ska3-core-latest
3-
version: 2022.2
3+
version: 2023.1
44

55
requirements:
66
run:
@@ -16,6 +16,7 @@ requirements:
1616
- cloudpickle # [win]
1717
- conda
1818
- conda-build
19+
- coverage
1920
- cython
2021
- docxtpl
2122
- django
@@ -54,15 +55,18 @@ requirements:
5455
- pylint
5556
- plotly
5657
- ply
58+
- pytest-timeout
5759
- python-kaleido
5860
- python-docx
61+
- pyqt
5962
- pyqtgraph
6063
- pyyaml
6164
- qt
6265
- regions
6366
- requests
6467
- rope
6568
- runipy # [win]
69+
- ruff
6670
- scikit-learn
6771
- scipy
6872
- setuptools

0 commit comments

Comments
 (0)