Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
knikolaou committed Jan 19, 2024
1 parent 478603a commit 6843856
Showing 1 changed file with 50 additions and 22 deletions.
72 changes: 50 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,55 @@
numpy~=1.22.2
matplotlib
sphinx
flake8~=7.0.0
black
ipython~=8.20.0
numpydoc
optax~=0.1.2
# numpy~=1.22.2
# numpydoc
# matplotlib
# sphinx
# flake8~=7.0.0
# black
# ipython~=8.20.0
# optax~=0.1.2
# sphinx_copybutton
# sphinx_rtd_theme
# nbsphinx
# tensorflow_probability~=0.23.0
# scipy~=1.11.4
# scikit-learn~=1.0.0
# jaxlib
# jax
# plotly
# flax>=0.6.1
# tqdm~=4.62.3
# pandas
# neural-tangents==0.6.4
# tensorflow-datasets~=4.9.4
# isort
# tensorflow
# pyyaml
# jupyter
# transformers~=4.36.2

numpy~=1.26.1
numpydoc~=1.6.0
matplotlib~=3.8.1
Sphinx~=7.2.6
flake8~=5.0.4
black~=22.8.0
ipython~=8.17.2
optax~=0.1.7
sphinx_copybutton
sphinx_rtd_theme
nbsphinx
tensorflow_probability~=0.23.0
scipy~=1.11.4
scikit-learn~=1.0.0
nbsphinx~=0.9.3
tensorflow_probability~=0.22.1
scipy~=1.11.3
scikit-learn~=1.3.2
jaxlib
jax
plotly
flax>=0.6.1
tqdm~=4.62.3
pandas
plotly~=5.18.0
flax>=0.7.5
tqdm~=4.66.1
pandas~=2.1.2
neural-tangents==0.6.4
tensorflow-datasets~=4.9.4
isort
tensorflow
pyyaml
jupyter
transformers~=4.36.2
tensorflow-datasets~=4.9.3
isort~=5.10.1
tensorflow~=2.14.0
pyyaml~=6.0.1
jupyter~=1.0.0
transformers~=4.35.0

0 comments on commit 6843856

Please sign in to comment.