Skip to content

Commit

Permalink
Merge branch 'main' into milo-fix-82
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccBarker committed Jan 15, 2025
2 parents 98b2add + 0df350d commit af3b44d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
.cache/
.ipynb_checkpoints/
.pytest_cache/
.ropeproject/
.nocheck/
_build/
build/
dist/
__pycache__/
src/epiworldpy.egg-info

compile_commands.json

*.html
*.ipynb
.nocheck/

*_files
!README_files
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["scikit-build-core>=0.10", "pybind11"]
requires = ["scikit-build-core>=0.3.3", "pybind11"]
build-backend = "scikit_build_core.build"

[project]
name = "epiworldpy"
version = "0.0.4"
version = "0.0.1"
description = "Python bindings for epiworld"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit af3b44d

Please sign in to comment.