Skip to content

Commit 88dffaa

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9710b6d commit 88dffaa

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

setup.cfg

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,19 @@ long_description = file: README.md
44
long_description_content_type = text/markdown
55
url = hhttps://github.com/opensourceeconomics/scipy-2022-dev
66
license = MIT
7-
license_file = LICENSE
7+
license_files = LICENSE
88
platforms = unix, linux, osx, cygwin, win32
99
classifiers =
1010
Intended Audience :: Science/Research
11-
License :: OSI Approved :: MIT License
1211
Operating System :: MacOS :: MacOS X
1312
Operating System :: Microsoft :: Windows
1413
Operating System :: POSIX
1514
Programming Language :: Python :: 3
1615
Programming Language :: Python :: 3 :: Only
17-
Programming Language :: Python :: 3.7
18-
Programming Language :: Python :: 3.8
19-
Programming Language :: Python :: 3.9
20-
Programming Language :: Python :: 3.10
2116

2217
[options]
2318
packages = find:
24-
python_requires = >=3.7
19+
python_requires = >=3.9
2520
include_package_data = True
2621
package_dir =
2722
=src

src/scipy_dev/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""This module contains the main namespace of fte."""
2+
23
# Import the version from _version.py which is dynamically created by setuptools-scm
34
# when the project is installed with ``pip install -e .``. Do not put it into version
45
# control!

src/scipy_dev/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""This module contains the general configuration of the project."""
2+
23
from pathlib import Path
34

45

src/scipy_dev/presentation/main.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ University of Bonn
102102
### Preview of practice session
103103

104104
- Translate a criterion function from math to code
105-
105+
106106
- Use `scipy.optimize` to minimize the criterion function
107107

108108
---
@@ -920,7 +920,7 @@ em.convergence_plot(
920920

921921
<!-- _class: lead -->
922922
# Bounds and Constraints
923-
---
923+
---
924924

925925
### Preview of practice session
926926

@@ -1621,7 +1621,7 @@ section.split {
16211621
<!-- _class: lead -->
16221622
# JAX and JAXopt
16231623

1624-
---
1624+
---
16251625
### Preview of practice session(s)
16261626

16271627
- Solve an optimization problem using JAX gradients

src/scipy_dev/source_repo/test_installation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Test that the environment is correctly installed."""
2+
23
from distutils.spawn import find_executable
34

45

0 commit comments

Comments
 (0)