Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry authored Oct 22, 2023
1 parent 354a7ce commit 169e8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ classifiers = [
requires-python = ">=3.9"
dependencies = [
"numpy >=1.20",
"asdf >=2.15.1",
"asdf >=2.15.1,<3",
"pandas >=1.0",
"xarray >=2022.9.0",
"scipy >=1.6.2",
@@ -64,7 +64,7 @@ test = [
"pytest >=6",
"pytest-cov",
"pytest-xdist",
"nbval",
"nbval <0.10",
]
vis = [
"weldx_widgets >=0.2",

0 comments on commit 169e8ec

Please sign in to comment.