We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd52d0 commit c463d5dCopy full SHA for c463d5d
MANIFEST.in
@@ -0,0 +1 @@
1
+include requirements.txt
setup.py
@@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
2
-from setuptools import setup, find_packages, Extension
3
-from setuptools.command.install import install
4
-import subprocess
5
-import os
+from setuptools import setup, find_packages
6
from os.path import abspath, dirname, join
7
8
this_dir = abspath(dirname(__file__))
@@ -19,7 +16,7 @@
19
16
20
17
setup(
21
18
name="grad_june",
22
- version="0.1.2",
+ version="0.1.4",
23
description="Differentiable implementation of the JUNE model.",
24
url="https://github.com/arnauqb/GradABM-JUNE",
25
long_description_content_type="text/markdown",
0 commit comments