Skip to content

Commit

Permalink
set numpy version to avoid error
Browse files Browse the repository at this point in the history
  • Loading branch information
OuyangWenyu committed Nov 1, 2024
1 parent d6fcf47 commit e37761c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion env-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ channels:
- defaults
dependencies:
- python
- numpy=1.26
- geopandas
- scikit-learn
- fsspec
Expand All @@ -15,13 +16,13 @@ dependencies:
- torchaudio
- pytorch-cuda=11.8
- tensorboard
- shap
- kaggle
- pytest
- black
- flake8
- pip
- pip:
- shap
- tbparse
- setuptools
- wheel
Expand Down

0 comments on commit e37761c

Please sign in to comment.