update conda dependencies to make compatible with tables package

- restrict python version in conda's environment.yml to fixed installation issues due to current incompatibility of tables package with python 3.9
This commit is contained in:
wr0ngc0degen
2021-04-13 11:44:07 +02:00
committed by GitHub
parent 59cfbbee17
commit e0f2bb6160

View File

@@ -4,7 +4,7 @@ channels:
# - defaults
dependencies:
# 1/4 req main
- python>=3.7
- python>=3.7,<3.9
- numpy
- pandas
- pip