Skip to content

Commit

Permalink
update from bleepblop
Browse files Browse the repository at this point in the history
  • Loading branch information
cottrell committed Nov 16, 2023
1 parent fc125dc commit 84f4389
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion my-gym
Submodule my-gym updated from fa496f to d08601
3 changes: 2 additions & 1 deletion python/pytorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ PYTHON_ENV=3.11
conda create -c conda-forge -y -n $MY_CONDA_ENV python=$PYTHON_ENV
echo conda activate $MY_CONDA_ENV
echo pip install -U pip
echo pip install -U gpytorch
echo pip install -r ./requirements_pytorch.txt
echo ./local_setup.sh
22 changes: 22 additions & 0 deletions python/requirements_pytorch.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
argh
autoflake
autopep8
black
duckdb
flake8
gpytorch
ipython
isort
jupyter
jupyterlab
matplotlib
numpy
pandas
pip
prql-python
pyarrow
pytest
scikit-learn
scipy
tqdm
ujson

0 comments on commit 84f4389

Please sign in to comment.