Skip to content

Commit 7545334

Browse files
committed
Update, remove jupytext files
1 parent a6230c7 commit 7545334

12 files changed

+34
-364
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,4 @@ dmypy.json
133133
.junit.xml
134134
.coverage.xml
135135
*.svg
136+
.virtual_documents/

notebooks/frispy-notebook.ipynb

+8-11
Large diffs are not rendered by default.

notebooks/frispy-notebook.py

-95
This file was deleted.

notebooks/morrison-constant-comparison.ipynb

+9-12
Large diffs are not rendered by default.

notebooks/morrison-constant-comparison.py

-68
This file was deleted.

notebooks/morrison.ipynb

+6-9
Large diffs are not rendered by default.

notebooks/morrison.py

-157
This file was deleted.

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
]
1212
dependencies = [
1313
"numpy>=1.22.0",
14-
"frispy @ git+https://github.com/crzdg/FrisPy@fixes-and-py311",
14+
"frispy"
1515
]
1616
classifiers =[
1717
"Programming Language :: Python :: 3 :: Only",
@@ -55,7 +55,6 @@ ci = [
5555
]
5656
jupyter = [
5757
"jupyter",
58-
"jupytext",
5958
"matplotlib"
6059
]
6160

requirements/dev.txt

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --annotation-style=line --extra=dev --extra=lint --extra=style --extra=test --extra=type --output-file=requirements/dev.txt --resolver=backtracking pyproject.toml
5+
# pip-compile --annotation-style=line --extra=dev --extra=lint --extra=style --extra=test --extra=type --output-file=requirements/dev.txt pyproject.toml
66
#
77
anyio==3.6.2 # via httpcore
88
astroid==2.15.0 # via pylint
@@ -16,9 +16,8 @@ cryptography==39.0.2 # via secretstorage
1616
dill==0.3.6 # via pylint
1717
distlib==0.3.6 # via virtualenv
1818
editables==0.3 # via hatchling
19-
exceptiongroup==1.1.0 # via pytest
2019
filelock==3.9.0 # via virtualenv
21-
frispy @ git+https://github.com/crzdg/FrisPy@fixes-and-py311 # via flying-discs (pyproject.toml)
20+
frispy==2.0.2 # via flying-discs (pyproject.toml)
2221
h11==0.14.0 # via httpcore
2322
hatch==1.6.3 # via flying-discs (pyproject.toml)
2423
hatchling==1.13.0 # via hatch
@@ -59,11 +58,10 @@ scipy==1.10.1 # via frispy
5958
secretstorage==3.3.3 # via keyring
6059
shellingham==1.5.0.post1 # via hatch
6160
sniffio==1.3.0 # via anyio, httpcore, httpx
62-
tomli==2.0.1 # via black, coverage, hatchling, mypy, pylint, pytest
6361
tomli-w==1.0.0 # via hatch
6462
tomlkit==0.11.6 # via hatch, pylint
6563
types-pyyaml==6.0.12.8 # via flying-discs (pyproject.toml)
66-
typing-extensions==4.5.0 # via astroid, mypy
64+
typing-extensions==4.5.0 # via mypy
6765
userpath==1.8.0 # via hatch
6866
virtualenv==20.20.0 # via hatch
6967
wrapt==1.15.0 # via astroid

requirements/main.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --annotation-style=line --output-file=requirements/main.txt --resolver=backtracking pyproject.toml
5+
# pip-compile --annotation-style=line --output-file=requirements/main.txt pyproject.toml
66
#
7-
frispy @ git+https://github.com/crzdg/FrisPy@fixes-and-py311 # via flying-discs (pyproject.toml)
7+
frispy==2.0.2 # via flying-discs (pyproject.toml)
88
numpy==1.24.2 # via flying-discs (pyproject.toml), frispy, scipy
99
scipy==1.10.1 # via frispy

0 commit comments

Comments
 (0)