Skip to content

Commit

Permalink
[libevent-2.1.10] arcticdb v4.0.0 (#68)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 27, 2023
2 parents 32dd114 + ebcb0b1 commit 101ef16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "arcticdb" %}
{% set version = "3.0.0" %}
{% set version = "4.0.0" %}

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

source:
url: https://github.com/man-group/ArcticDB/archive/refs/tags/v{{ version }}.tar.gz
sha256: 85b3bb3e853e4fcd855cd3edd8a2f50b5d16b2fdf0136553944b093ddaa3446a
sha256: 52969d055ca622209e430f96deff33004113f0df29a0f1cb7a3538925986f529

build:
# We skip the build on Windows because one of the dependencies (folly)
Expand Down Expand Up @@ -81,7 +81,7 @@ requirements:
- python
# To keep in sync with `install_requires` in setup.cfg.
- numpy
- pandas <2
- pandas
- attrs
- dataclasses # backport for Python < 3.7
- decorator
Expand All @@ -99,6 +99,7 @@ requirements:
- protobuf
- lmdb
- packaging
- pymongo
test:
imports:
- arcticdb
Expand Down

0 comments on commit 101ef16

Please sign in to comment.