Skip to content

Commit 0bdaf25

Browse files
committed
update env reqs pyproject
1 parent 4b47f30 commit 0bdaf25

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: occ
22
channels:
33
- conda-forge
44
dependencies:
5-
- pythonocc-core < 7.8
5+
- pythonocc-core
66
- pip:
77
- -r requirements.txt
88
- -r requirements-dev.txt

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ classifiers = [
2424
"Topic :: Scientific/Engineering",
2525
"Programming Language :: Python",
2626
"Programming Language :: Python :: 3",
27-
"Programming Language :: Python :: 3.9",
2827
"Programming Language :: Python :: 3.10",
2928
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
3030
]
3131

3232
[project.urls]
@@ -111,10 +111,7 @@ select = ["E", "F", "I"]
111111

112112
[tool.ruff.lint.isort]
113113
force-single-line = true
114-
known-first-party = [
115-
"compas",
116-
"compas_occ",
117-
]
114+
known-first-party = ["compas", "compas_occ"]
118115

119116
[tool.ruff.lint.pydocstyle]
120117
convention = "numpy"

requirements-dev.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
attrs >=17.4
2-
black >=22.12.0
31
bump-my-version
42
compas_invocations2
53
compas_viewer

0 commit comments

Comments
 (0)