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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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