Skip to content

Commit

Permalink
Update environment.yml and revert cattrs
Browse files Browse the repository at this point in the history
- See python-attrs/cattrs#108 for breaking PR
  • Loading branch information
talmo committed Nov 17, 2021
1 parent d38e9a2 commit 56d3db7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: sleap

# - sleap::tensorflow=2.3.1
# - sleap::pyside2=5.14.1

dependencies:
- python=3.6
- cudatoolkit=10.1
- cudnn=7.6
- sleap::tensorflow=2.3.1
- sleap::pyside2=5.14.1
- python=3.7
- cudatoolkit=11.3.1
- cudnn=8.2.1
- Pillow
- Shapely
- pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.19.5
attrs==21.2.0
cattrs==1.8.0
cattrs==1.1.1
jsonpickle==1.2
networkx
tensorflow==2.7.0
Expand Down

0 comments on commit 56d3db7

Please sign in to comment.