Skip to content

Commit

Permalink
adjusted pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gebauerm committed Oct 20, 2024
1 parent 989db7d commit b72fb8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
# TODO: pytorch install has to be done in an extra github job: see pytorch_geometric for an example
- name: Install torch
run: /
pip3 install torch==1.11.0 torchvision==0.12.0
- name: Install package
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion rapidflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
install_requires = [
"optuna>=2.9.1",
"click>=8.0.1", "scikit-learn", "scipy", "networkx>=2.5.1", "psycopg2-binary", "docker>=5.0.3",
"pandas", "tqdm>=4.62.3", "torch==2.1.0"],
"pandas", "tqdm>=4.62.3"],

test_require = ["pytest==7.1.2", "pytest-cov==3.0.0"]

Expand Down

0 comments on commit b72fb8c

Please sign in to comment.