• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1numpy=1.22.3
2pyyaml=6.0
3setuptools=61.2.0
4cmake=3.22.*
5typing-extensions=4.9.0
6dataclasses=0.8
7pip=22.2.2
8pillow=10.0.1
9pkg-config=0.29.2
10wheel=0.37.1
11# NB: This is intentionally held back because anaconda main doesn't
12# have updated expecttest, but you don't /need/ the updated version
13# to run the tests.  In the meantime I need to figure out how to
14# cajole anaconda into updating, or get the package from pypi instead...
15expecttest=0.1.3
16
17# Not pinning certifi so that we can always get the latest certificates
18certifi
19
20# Cross-compiling arm64 from x86-64 picks up 1.40.0 while testing on arm64
21# itself only has up to 1.39.0 from upstream conda. Both work though
22libuv>=1.39.0,<=1.40.0
23