Skip to content

Commit 56d3db7

Browse files
committed
Update environment.yml and revert cattrs
- See python-attrs/cattrs#108 for breaking PR
1 parent d38e9a2 commit 56d3db7

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

environment.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: sleap
22

3+
# - sleap::tensorflow=2.3.1
4+
# - sleap::pyside2=5.14.1
5+
36
dependencies:
4-
- python=3.6
5-
- cudatoolkit=10.1
6-
- cudnn=7.6
7-
- sleap::tensorflow=2.3.1
8-
- sleap::pyside2=5.14.1
7+
- python=3.7
8+
- cudatoolkit=11.3.1
9+
- cudnn=8.2.1
910
- Pillow
1011
- Shapely
1112
- pip

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy==1.19.5
22
attrs==21.2.0
3-
cattrs==1.8.0
3+
cattrs==1.1.1
44
jsonpickle==1.2
55
networkx
66
tensorflow==2.7.0

0 commit comments

Comments
 (0)