Skip to content

Commit

Permalink
fix: update environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LSnyd committed Sep 8, 2020
1 parent 300a490 commit 0db7760
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ channels:
- pytorch
- defaults
dependencies:
- python=3.6.8
- python=3.8.5
- cython=0.27.3
- pytorch=1.2.0
- numpy=1.15.0
- matplotlib=3.0.3
- pip
- pytorch=1.4.0
- numpy=1.19.1
- matplotlib=3.3.1
- pip
- pip:
- git+https://github.com/lanpa/tensorboardX.git
- pytest==5.1.1

0 comments on commit 0db7760

Please sign in to comment.