Skip to content

Commit

Permalink
Updating to 4.4.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoDD committed Mar 28, 2024
1 parent 9093701 commit 21fa550
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "arcticdb" %}
{% set version = "4.3.2rc2" %}
{% set version = "4.4.0rc1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/man-group/ArcticDB/archive/refs/tags/v{{ version }}.tar.gz
sha256: d18d2ef8471aef4b71a8dd1cd80e4d6a90200229530b1eaafcfaa7e521de9b6d
sha256: fce4302f4bcc323900251690136724dd8726da02473638c69af817b29de0eaa8
patches:
- patches/0001-Skip-pyarrow.patch

Expand All @@ -19,7 +19,7 @@ build:
# Fixing requires to rebuild the whole stack while OSX build
# for python 3.8 is not used by anyone.
skip: true # [osx and py<39]
number: 1
number: 0

entry_points:
- arcticdb_update_storage = arcticdb.scripts.update_storage:main
Expand All @@ -42,7 +42,7 @@ requirements:
# See: https://github.com/man-group/ArcticDB/blob/master/environment_unix.yml
- python
- pip
- folly
- folly ==2023.09.25.00
- lz4-c
- prometheus-cpp
- double-conversion
Expand Down Expand Up @@ -72,13 +72,13 @@ requirements:
- grpcio-tools
- protobuf
- spdlog
- robin_hood
- unordered_dense
- recycle
# lmdb's version is constrained in `conda_build_config.yaml` because
# specifying it here does not overide the conda-forge's global pinning.
- lmdb
- lmdbxx
- fmt <10
- fmt
- glog
- gtest
- benchmark
Expand All @@ -99,7 +99,7 @@ requirements:
# Resolves https://github.com/man-group/ArcticDB/issues/465
- aws-crt-cpp >=0.19.8
- prometheus-cpp
- protobuf
- protobuf >=3.5.0.post1, <5
- lmdb
- packaging
test:
Expand Down

0 comments on commit 21fa550

Please sign in to comment.