Skip to content

Commit

Permalink
Preparing 2023.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Mar 13, 2023
1 parent cb34a5c commit 8765d8a
Show file tree
Hide file tree
Showing 8 changed files with 452 additions and 381 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ __pycache__
/shiny
/ots
repo*
.DS_Store
14 changes: 14 additions & 0 deletions pkg_defs/ska3-core-latest/base_environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
channels:
- conda-forge
dependencies:
- python=3.10
- libblas=*=*mkl # on conda-forge, libblas uses open_blas by default
- conda-forge::libarchive # libarchive from defaults is not good for mamba
- mamba
- setuptools_scm
- gitpython
- conda-build
- jinja2
- pyyaml
- numpy
- packaging
6 changes: 6 additions & 0 deletions pkg_defs/ska3-core-latest/environment-1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
channels:
- conda-forge
dependencies:
- django==3.1.7
- astropy::regions
- sherpa::sherpa # [not win]
6 changes: 5 additions & 1 deletion pkg_defs/ska3-core-latest/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ska3-core-latest
version: 2022.2
version: 2023.1

requirements:
run:
Expand All @@ -16,6 +16,7 @@ requirements:
- cloudpickle # [win]
- conda
- conda-build
- coverage
- cython
- docxtpl
- django
Expand Down Expand Up @@ -54,15 +55,18 @@ requirements:
- pylint
- plotly
- ply
- pytest-timeout
- python-kaleido
- python-docx
- pyqt
- pyqtgraph
- pyyaml
- qt
- regions
- requests
- rope
- runipy # [win]
- ruff
- scikit-learn
- scipy
- setuptools
Expand Down
Loading

0 comments on commit 8765d8a

Please sign in to comment.