Skip to content

Commit

Permalink
Unpins all package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
darothen committed Sep 26, 2023
1 parent 1a8fdb1 commit f4fde57
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
@@ -1,7 +1,7 @@
numba<0.57
numpy<1.25
numba
numpy
pandas
pyyaml
scipy<1.11
scipy
setuptools
xarray
15 changes: 7 additions & 8 deletions setup.py
Expand Up @@ -27,7 +27,6 @@


def _write_version_file():

fn = os.path.join(os.path.dirname(__file__), "pyrcel", "version.py")

version_str = dedent(
Expand Down Expand Up @@ -64,13 +63,13 @@ def _write_version_file():
download_url="https://github.com/darothen/pyrcel",
# TODO: Update install requirements and corresponding documentation
install_requires=[
'numba<0.57',
'numpy<1.25',
'pandas',
'pyyaml',
'scipy<1.11',
'setuptools',
'xarray',
"numba",
"numpy",
"pandas",
"pyyaml",
"scipy",
"setuptools",
"xarray",
],
packages=["pyrcel"],
package_data={"pyrcel": ["data/std_atm.csv"]},
Expand Down

0 comments on commit f4fde57

Please sign in to comment.