forked from data-engineering-collective/plateau
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
41 lines (41 loc) · 868 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: plateau
channels:
- conda-forge
- nodefaults
dependencies:
- dask!=2021.5.1,!=2021.6.0 # gh475 - 2021.5.1 and 2021.6.0 broke ci, omit those versions
- decorator
- msgpack-python>=0.5.2
# Currently dask and numpy==1.16.0 clash
# TODO: add support for numpy>=1.23
- numpy!=1.15.0,!=1.16.0
- pandas>=0.23.0,!=1.0.0
- pyarrow>=4
- simplejson
- minimalkv>=1.4.2
- toolz
- urlquote>=1.1.3
- zstandard
- attrs
- click
- prompt-toolkit
- pyyaml
# Test Code Dependencies
- distributed!=2021.5.1,!=2021.6.0 # gh475 - 2021.5.1 and 2021.6.0 broke ci, omit those versions
- pytz
- cloudpickle
- freezegun
# Test Framework
- hypothesis
- pytest>=4.5.0
- pytest-cov
- pytest-mock
- setuptools_scm
# GitHub CI
- pandoc
# CLI
- ipython
# ASV // Benchmark
- asv
# Packaging infrastructure
- python-build