Skip to content

Commit

Permalink
revert requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
w-gc committed Jan 3, 2025
1 parent d8058e8 commit f617bdf
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
30 changes: 30 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# basic deps
grpcio==1.66.0
numpy>=1.22.0, <2 # FIXME: for SF compatibility
protobuf==5.27.3
cloudpickle>=2.0.0
multiprocess>=0.70.12.2
cachetools>=5.0.0
jax[cpu]>=0.4.16, <=0.4.34 # FIXME: Jax 0.4.26+ select perf issue
termcolor>=2.0.0
pandas>=1.4.2
flax<0.10.0
scikit-learn<1.6.0
# for tests
absl-py>=1.1.0
tensorflow-cpu>=2.12.0; sys_platform == "linux" and platform_machine == 'x86_64'
h5py!=3.11.0; platform_machine == 'aarch64'

# for examples
dm-haiku
plotnine
jraph
optax
torch==2.3.0
torch_xla==2.3.0
torchvision
tensorflow_datasets
keras
setuptools<71.0.0 # https://github.com/pypa/setuptools/issues/4487
transformers
datasets
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
grpcio==1.66.0
numpy>=1.22.0, <2 # FIXME: for SF compatibility
protobuf==5.27.3
cloudpickle>=2.0.0
multiprocess>=0.70.12.2
cachetools>=5.0.0
jax[cpu]>=0.4.16, <=0.4.34 # FIXME: Jax 0.4.26+ select perf issue
termcolor>=2.0.0

0 comments on commit f617bdf

Please sign in to comment.