Skip to content

Commit

Permalink
depen: update dependencies in conda env files;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Jul 9, 2024
1 parent 4200c94 commit adb7813
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ dependencies:
- conda-forge::matplotlib
- conda-forge::tensorboard
- conda-forge::scikit-learn
- conda-forge::pygrinder >=0.4
- conda-forge::tsdb >=0.2
- conda-forge::tsdb >=0.4
- conda-forge::pygrinder >=0.6
- conda-forge::benchpots >=0.2
- pytorch::pytorch >=1.10.0
## Below we install the latest pypots because we need pypots-cli in it for development.
- conda-forge::pypots
Expand Down
5 changes: 3 additions & 2 deletions tests/environment_for_conda_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ dependencies:
- conda-forge::matplotlib
- conda-forge::tensorboard
- conda-forge::scikit-learn
- conda-forge::pygrinder >=0.4
- conda-forge::tsdb >=0.2
- conda-forge::tsdb >=0.4
- conda-forge::pygrinder >=0.6
- conda-forge::benchpots >=0.2
- conda-forge::protobuf <=4.21.12
- pytorch::pytorch >=1.10.0

Expand Down

0 comments on commit adb7813

Please sign in to comment.