-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathomnipose_mac_environment.yml
148 lines (147 loc) · 1.96 KB
/
omnipose_mac_environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
name: omnipose
channels:
- conda-forge
dependencies:
- absl-py
- aiohttp
- aiosignal
- aom
- astunparse
- async-timeout
- attrs
- blinker
- blosc
- brotli
- brotli-bin
- brotlipy
- brunsli
- bzip2
- c-ares
- c-blosc2
- ca-certificates
- cached-property
- cached_property
- cachetools
- cffi
- cfitsio
- charls
- charset-normalizer
- click
- cryptography
- dav1d
- entrypoints
- fastremap
- flatbuffers
- frozenlist
- gast
- giflib
- google-auth
- google-auth-oauthlib
- google-pasta
- grpc-cpp
- grpcio
- h5py
- hdf5
- icu
- idna
- imagecodecs
- importlib-metadata
- jpeg
- jupyter_client
- jupyter_core
- jxrlib
- keras
- keras-preprocessing
- krb5
- lcms2
- lerc
- libabseil
- libaec
- libavif
- libblas
- libbrotlicommon
- libbrotlidec
- libbrotlienc
- libcblas
- libcurl
- libcxx
- libdeflate
- libedit
- libev
- libffi
- libgfortran
- libgfortran5
- liblapack
- libllvm11
- libnghttp2
- libopenblas
- libpng
- libprotobuf
- libsodium
- libsqlite
- libssh2
- libtiff
- libwebp-base
- libzlib
- libzopfli
- llvm-openmp
- lz4-c
- markdown
- markupsafe
- multidict
- nb_conda_kernels
- ncurses
- nest-asyncio
- numba
- oauthlib
- openjpeg
- openssl
- opt_einsum
- packaging
- pip
- pyasn1
- pycparser
- pyjwt
- pyopenssl
- pyparsing
- pyqtgraph
- pysocks
- python
- python-dateutil
- python-flatbuffers
- python_abi
- pyu2f
- pyzmq
- re2
- readline
- requests
- requests-oauthlib
- rsa
- six
- snappy
- sqlite
- tensorboard
- tensorboard-data-server
- tensorboard-plugin-wit
- termcolor
- tk
- tornado
- traitlets
- typing-extensions
- tzdata
- werkzeug
- wheel
- wrapt
- xz
- zeromq
- zfp
- zipp
- zlib
- zlib-ng
- zstd
- networkit
- pip:
- torch
variables:
CONDA_SUBDIR: osx-arm64
PYTORCH_ENABLE_MPS_FALLBACK: '1'