Skip to content

Commit

Permalink
Fix conda build
Browse files Browse the repository at this point in the history
Removes spaces from `environment_unix.yml` which new versions of mamba
are not processing correctly.
  • Loading branch information
IvoDD committed Sep 26, 2024
1 parent d607f94 commit 5bae9ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions environment_unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ dependencies:
- double-conversion
- libevent
# TODO: Fix builds for missing symbols.
- libmongocxx < 3.9
- libmongocxx <3.9
- zstd
# TODO: pybind 2.11.X became stricter regarding the handling of reference counts
# See: https://github.com/pybind/pybind11/issues/4748#issuecomment-1639445403
- pybind11 < 2.11
- pybind11 <2.11
- pcre
- cyrus-sasl
- aws-sdk-cpp
- prometheus-cpp
- libprotobuf < 4
- libprotobuf <4
- openssl
- libcurl
- bitmagic
Expand Down Expand Up @@ -65,10 +65,10 @@ dependencies:
- moto
- mock
# msgpack 0.5.0 is required for strict_types argument, needed for correct pickling fallback
- msgpack-python >= 0.5.0
- msgpack-python >=0.5.0
# Pinned to avoid test disruption (in phase with the pin in setup.cfg)
# See: https://github.com/man-group/ArcticDB/pull/291
- hypothesis < 6.73
- hypothesis <6.73
- pytest-sugar
- pytest-xdist
- pytest-timeout
Expand Down

0 comments on commit 5bae9ab

Please sign in to comment.