Skip to content

Commit

Permalink
Update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Paehler committed Nov 26, 2023
1 parent b3e8059 commit f1b99f0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .flake8

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Black Formatting

on:
release:
types: [published]
5 changes: 5 additions & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Linting

on:
release:
types: [published]
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hydrogym"
version = "0.1.2.1"
version = "0.1.2.2"
authors = [
"Jared Callaham et al."
]
Expand Down Expand Up @@ -51,7 +51,7 @@ gmsh = "^4.11.1"
gym = "^0.26.2"
modred = "^2.1.0"
python = "^3.10"
torch = "^2.0.0"
torch = "^2.0"

[tool.poetry.group.dev.dependencies]
jupyterlab = "^3.5.2"
Expand All @@ -71,6 +71,10 @@ tensorboard = "^2.11.0"
[tool.poetry.extras]
#sim_backend = ["sim_framework"]

[tool.ruff.lint]
select = ["E", "F"]
ignore = ["F401"]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit f1b99f0

Please sign in to comment.