Skip to content

Commit

Permalink
Release v2.4.3 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz authored Jan 18, 2024
1 parent e007a30 commit 882b176
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 14 deletions.
25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set Version and Build-Number
{% set version = "2.5.0" %}
{% set version = "2.4.3" %}
{% set build = 0 %}

# Set names for the AiiDA Meta-Package and accompanying Sub-Packages
Expand All @@ -17,7 +17,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ aiidacore[0] }}/{{ aiidacore }}/aiida_core-{{ version }}.tar.gz
sha256: 36cc730f5b63db6785167b340e2e4bfd7a8c5e7edcc150e03c54098a1749356f
sha256: a8ef82fdad2a08886818fa2a79d3174c8d917a9c266a5f3d9e3af22179e4ed17

build:
number: {{ build }}
Expand Down Expand Up @@ -55,26 +55,26 @@ outputs:
- circus ~=0.18.0
- click-spinner ~=0.1.8
- click ~=8.1
- disk-objectstore ~=1.0
- disk-objectstore ~=0.6.0
- docstring_parser
- get-annotations ~=0.1
- jedi <0.19
- python-graphviz ~=0.19
- ipython >=7
- jinja2 ~=3.0
- jsonschema ~=3.0
- kiwipy[rmq] ~=0.7.7
- importlib-metadata ~=6.0
- importlib-metadata ~=4.13
- numpy ~=1.21
- paramiko ~=2.7,>=2.7.2
- plumpy ~=0.21.6
- pgsu ~=0.2.1
- psutil ~=5.6
- psycopg2-binary ~=2.8
- pydantic ~=2.4
- pytz ~=2021.1
- pyyaml ~=6.0
- requests ~=2.0
- sqlalchemy ~=2.0
- sqlalchemy ~=1.4.22
- tabulate ~=0.8.5
- tqdm ~=4.45
- upf_to_json ~=0.9.2
Expand Down

0 comments on commit 882b176

Please sign in to comment.