ras-commander 0.38.0__tar.gz → 0.40.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. {ras_commander-0.38.0/ras_commander.egg-info → ras_commander-0.40.0}/PKG-INFO +1 -9
  2. {ras_commander-0.38.0 → ras_commander-0.40.0/ras_commander.egg-info}/PKG-INFO +1 -9
  3. {ras_commander-0.38.0 → ras_commander-0.40.0}/ras_commander.egg-info/SOURCES.txt +0 -1
  4. {ras_commander-0.38.0 → ras_commander-0.40.0}/setup.py +1 -11
  5. ras_commander-0.38.0/ras_commander.egg-info/requires.txt +0 -8
  6. {ras_commander-0.38.0 → ras_commander-0.40.0}/LICENSE +0 -0
  7. {ras_commander-0.38.0 → ras_commander-0.40.0}/README.md +0 -0
  8. {ras_commander-0.38.0 → ras_commander-0.40.0}/pyproject.toml +0 -0
  9. {ras_commander-0.38.0 → ras_commander-0.40.0}/ras_commander/RasCmdr.py +0 -0
  10. {ras_commander-0.38.0 → ras_commander-0.40.0}/ras_commander/RasExamples.py +0 -0
  11. {ras_commander-0.38.0 → ras_commander-0.40.0}/ras_commander/RasGeo.py +0 -0
  12. {ras_commander-0.38.0 → ras_commander-0.40.0}/ras_commander/RasGpt.py +0 -0
  13. {ras_commander-0.38.0 → ras_commander-0.40.0}/ras_commander/RasHdf.py +0 -0
  14. {ras_commander-0.38.0 → ras_commander-0.40.0}/ras_commander/RasPlan.py +0 -0
  15. {ras_commander-0.38.0 → ras_commander-0.40.0}/ras_commander/RasPrj.py +0 -0
  16. {ras_commander-0.38.0 → ras_commander-0.40.0}/ras_commander/RasUnsteady.py +0 -0
  17. {ras_commander-0.38.0 → ras_commander-0.40.0}/ras_commander/RasUtils.py +0 -0
  18. {ras_commander-0.38.0 → ras_commander-0.40.0}/ras_commander/__init__.py +0 -0
  19. {ras_commander-0.38.0 → ras_commander-0.40.0}/ras_commander/logging_config.py +0 -0
  20. {ras_commander-0.38.0 → ras_commander-0.40.0}/ras_commander.egg-info/dependency_links.txt +0 -0
  21. {ras_commander-0.38.0 → ras_commander-0.40.0}/ras_commander.egg-info/top_level.txt +0 -0
  22. {ras_commander-0.38.0 → ras_commander-0.40.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ras-commander
3
- Version: 0.38.0
3
+ Version: 0.40.0
4
4
  Summary: A Python library for automating HEC-RAS operations
5
5
  Home-page: https://github.com/billk-FM/ras-commander
6
6
  Author: William M. Katzenmeyer
@@ -8,14 +8,6 @@ Author-email: billk@fenstermaker.com
8
8
  Requires-Python: >=3.10
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENSE
11
- Requires-Dist: pandas
12
- Requires-Dist: numpy
13
- Requires-Dist: h5py
14
- Requires-Dist: requests
15
- Requires-Dist: scipy
16
- Requires-Dist: matplotlib
17
- Requires-Dist: tqdm
18
- Requires-Dist: psutil
19
11
 
20
12
  # RAS Commander (ras-commander)
21
13
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ras-commander
3
- Version: 0.38.0
3
+ Version: 0.40.0
4
4
  Summary: A Python library for automating HEC-RAS operations
5
5
  Home-page: https://github.com/billk-FM/ras-commander
6
6
  Author: William M. Katzenmeyer
@@ -8,14 +8,6 @@ Author-email: billk@fenstermaker.com
8
8
  Requires-Python: >=3.10
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENSE
11
- Requires-Dist: pandas
12
- Requires-Dist: numpy
13
- Requires-Dist: h5py
14
- Requires-Dist: requests
15
- Requires-Dist: scipy
16
- Requires-Dist: matplotlib
17
- Requires-Dist: tqdm
18
- Requires-Dist: psutil
19
11
 
20
12
  # RAS Commander (ras-commander)
21
13
 
@@ -16,5 +16,4 @@ ras_commander/logging_config.py
16
16
  ras_commander.egg-info/PKG-INFO
17
17
  ras_commander.egg-info/SOURCES.txt
18
18
  ras_commander.egg-info/dependency_links.txt
19
- ras_commander.egg-info/requires.txt
20
19
  ras_commander.egg-info/top_level.txt
@@ -14,19 +14,9 @@ class CustomBuildPy(build_py):
14
14
 
15
15
  setup(
16
16
  name="ras-commander",
17
- version="0.38.0",
17
+ version="0.40.0",
18
18
  packages=["ras_commander"],
19
19
  include_package_data=True,
20
- install_requires=[
21
- 'pandas',
22
- 'numpy',
23
- 'h5py',
24
- 'requests',
25
- 'scipy',
26
- 'matplotlib',
27
- 'tqdm',
28
- 'psutil',
29
- ],
30
20
  python_requires='>=3.10',
31
21
  author="William M. Katzenmeyer",
32
22
  author_email="billk@fenstermaker.com",
@@ -1,8 +0,0 @@
1
- pandas
2
- numpy
3
- h5py
4
- requests
5
- scipy
6
- matplotlib
7
- tqdm
8
- psutil
File without changes
File without changes
File without changes